Skip to content

Commit 75607fd

Browse files
committed
Preparations for ike-scan 1.9 release.
git-svn-id: svn+ssh://svn.nta-monitor.com/trunk/opensource/ike-scan@9926 062a1500-4a13-0410-a63b-ee65f32af78f
1 parent 1c63006 commit 75607fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $Id$
33
This file gives a brief overview of the major changes between each ike-scan
44
release. For more details please read the ChangeLog file.
55

6-
ike-scan v1.8.6:
6+
ike-scan v1.9:
77

88
* ike-scan wiki at http://www.nta-monitor.com/wiki/
99
This will contain ike-scan documentation and associated IPsec information.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl $Id$
22
dnl Process this file with autoconf to produce a configure script.
33

4-
AC_INIT([ike-scan],[1.8.8],[ike-scan@nta-monitor.com])
4+
AC_INIT([ike-scan],[1.9],[ike-scan@nta-monitor.com])
55
AC_PREREQ(2.59)
66
AC_REVISION($Revision$)
77
AC_CONFIG_SRCDIR([ike-scan.c])

make-win32-zipfile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# make-win32-zipfile.sh -- Create Win32 distribution zip file
55
#
66
# This shell script creates the ike-scan Win32 binary zip file
7-
# ike-scan-win32-<ver>.zip. I use it to create the ike-scan windows binary
7+
# ike-scan-win32-<ver>.zip. It is used it to create the ike-scan windows binary
88
# package for each new version. Most users won't need to use this script, and
99
# it can be omitted from binary packages without any loss of functionallity.
1010
#
1111
# It must be run under Cygwin after ike-scan has been configured, built and
12-
# tested. It will not work on Unix or Linux systems.
12+
# tested. It will not work on Unix or Linux systems.
1313
#
1414
# The resulting zipfile can be used on any Win32 system.
1515
#
1616
FILES="udp-backoff-fingerprinting-paper.txt AUTHORS ChangeLog COPYING ike-backoff-patterns ike-scan.exe ike-vendor-ids NEWS psk-crack.exe psk-crack-dictionary README README-WIN32 TODO /cygdrive/c/cygwin/bin/cygwin1.dll"
1717

18-
ZIPFILE="ike-scan-win32-1.7.9.zip"
18+
ZIPFILE="ike-scan-win32-1.9.zip"
1919
OPTS="-j -9"
2020
#
2121
zip $OPTS $ZIPFILE $FILES

0 commit comments

Comments
 (0)