Changeset 996

Show
Ignore:
Timestamp:
02/02/08 14:22:23 (10 months ago)
Author:
mbr
Message:

version to 1.9.2-pre4

Files:

Legend:

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

    r991 r996  
    77      over the loopback interface on Mac OS X (first reported by Sebastien 
    88      Jeanquier). 
     9    - (Test suite) Bugfix to ensure that the FWKNOP_DIR variable is set to the 
     10      local output/ directory in several of the test config files in the 
     11      test/conf/ directory. 
    912 
    1013fwknop-1.9.1 (01/26/2008): 
  • fwknop/trunk/VERSION

    r993 r996  
    1 1.9.2-pre3 
     11.9.2-pre4 
  • fwknop/trunk/fwknop

    r993 r996  
    1717# Author: Michael Rash (mbr@cipherdyne.org) 
    1818# 
    19 # Version: 1.9.2-pre3 
     19# Version: 1.9.2-pre4 
    2020# 
    2121# Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) 
     
    5252use strict; 
    5353 
    54 my $version = '1.9.2-pre3'; 
     54my $version = '1.9.2-pre4'; 
    5555my $revision_svn = '$Revision$'; 
    5656my $rev_num = '1'; 
  • fwknop/trunk/fwknopd

    r993 r996  
    2020# Author: Michael Rash (mbr@cipherdyne.org) 
    2121# 
    22 # Version: 1.9.2-pre3 
     22# Version: 1.9.2-pre4 
    2323# 
    2424# Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) 
     
    6363my $access_conf_file = ''; 
    6464 
    65 my $version = '1.9.2-pre3'; 
     65my $version = '1.9.2-pre4'; 
    6666my $revision_svn = '$Revision$'; 
    6767my $rev_num = '1'; 
  • fwknop/trunk/knoptm

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

    r993 r996  
    1414*  Credits:  (see the CREDITS file) 
    1515* 
    16 *  Version: 1.9.2-pre3 
     16*  Version: 1.9.2-pre4 
    1717* 
    1818*  Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) 
  • fwknop/trunk/test/fwknop_test.pl

    r993 r996  
    1010# Author: Michael Rash (mbr@cipherdyne.org) 
    1111# 
    12 # Version: 1.9.2-pre3 
     12# Version: 1.9.2-pre4 
    1313# 
    1414# Copyright (C) 2007 Michael Rash (mbr@cipherdyne.org)