Changeset 1174

Show
Ignore:
Timestamp:
07/18/08 23:46:42 (4 months ago)
Author:
mbr
Message:

bumped version to 1.9.6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/VERSION

    r1167 r1174  
    1 1.9.6-pre3 
     11.9.6 
  • fwknop/trunk/fwknop

    r1173 r1174  
    1717# Author: Michael Rash (mbr@cipherdyne.org) 
    1818# 
    19 # Version: 1.9.6-pre3 
     19# Version: 1.9.6 
    2020# 
    2121# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
     
    5151use strict; 
    5252 
    53 my $version = '1.9.6-pre3'; 
     53my $version = '1.9.6'; 
    5454my $revision_svn = '$Revision$'; 
    5555my $rev_num = '1'; 
  • fwknop/trunk/fwknop_serv

    r1167 r1174  
    1616# Author: Michael Rash (mbr@cipherdyne.org) 
    1717# 
    18 # Version: 1.9.6-pre3 
     18# Version: 1.9.6 
    1919# 
    2020# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
  • fwknop/trunk/fwknopd

    r1167 r1174  
    2020# Author: Michael Rash (mbr@cipherdyne.org) 
    2121# 
    22 # Version: 1.9.6-pre3 
     22# Version: 1.9.6 
    2323# 
    2424# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
     
    6262my $access_conf_file = ''; 
    6363 
    64 my $version = '1.9.6-pre3'; 
     64my $version = '1.9.6'; 
    6565my $revision_svn = '$Revision$'; 
    6666my $rev_num = '1'; 
  • fwknop/trunk/knoptm

    r1167 r1174  
    1919# Author: Michael Rash (mbr@cipherdyne.org) 
    2020# 
    21 # Version: 1.9.6-pre3 
     21# Version: 1.9.6 
    2222# 
    2323# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
     
    5454my $user_rc_file = ''; 
    5555 
    56 my $version = '1.9.6-pre3'; 
     56my $version = '1.9.6'; 
    5757my $revision_svn = '$Revision$'; 
    5858my $rev_num = '1'; 
  • fwknop/trunk/knopwatchd.c

    r1167 r1174  
    1414*  Credits:  (see the CREDITS file) 
    1515* 
    16 *  Version: 1.9.6-pre3 
     16*  Version: 1.9.6 
    1717* 
    1818*  Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
  • fwknop/trunk/packaging/fwknop.spec

    r1135 r1174  
    11%define name fwknop 
    2 %define version 1.9.5 
     2%define version 1.9.6 
    33%define release 1 
    44%define fwknoplibdir %_libdir/%name 
     
    254254 
    255255%changelog 
     256* Fri Jul 18 2008 Michael Rash <mbr@cipherdyne.org> 
     257- Release of fwknop-1.9.6 
     258 
    256259* Sun Jun 08 2008 Michael Rash <mbr@cipherdyne.org> 
    257260- Removed List::MoreUtils since the updated Net::RawIP module no longer 
  • fwknop/trunk/test/fwknop_test.pl

    r1167 r1174  
    1010# Author: Michael Rash (mbr@cipherdyne.org) 
    1111# 
    12 # Version: 1.9.6-pre3 
     12# Version: 1.9.6 
    1313# 
    1414# Copyright (C) 2007-2008 Michael Rash (mbr@cipherdyne.org)