Changeset 1163

Show
Ignore:
Timestamp:
07/01/08 20:18:17 (5 months ago)
Author:
mbr
Message:

bumped version to 1.9.6-pre2

Files:

Legend:

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

    r1162 r1163  
    1 fwknop-1.9.6 (06//2008): 
     1fwknop-1.9.6 (07//2008): 
    22    - (Test suite): Added the ability to explicitly run major classes of tests 
    33      with two new command line arguments to the fwknop_test.pl script: 
  • fwknop/trunk/VERSION

    r1158 r1163  
    1 1.9.6-pre1 
     11.9.6-pre2 
  • fwknop/trunk/fwknop

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

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

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

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

    r1158 r1163  
    1414*  Credits:  (see the CREDITS file) 
    1515* 
    16 *  Version: 1.9.6-pre1 
     16*  Version: 1.9.6-pre2 
    1717* 
    1818*  Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
  • fwknop/trunk/test/fwknop_test.pl

    r1162 r1163  
    1010# Author: Michael Rash (mbr@cipherdyne.org) 
    1111# 
    12 # Version: 1.9.6-pre1 
     12# Version: 1.9.6-pre2 
    1313# 
    1414# Copyright (C) 2007-2008 Michael Rash (mbr@cipherdyne.org)