chiark / gitweb /
Fix version number in a couple of places.
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sun, 24 Jul 2011 16:41:44 +0000 (17:41 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sun, 24 Jul 2011 16:42:45 +0000 (17:42 +0100)
Signed-off-by: Richard Kettlewell <rjk@terraraq.org.uk>
configure
configure.in
make-secnet-sites

index 0bb23b6e819eb5d2008d405baa68037a5c39a3d8..5693f28388593518ec341610e5b458ece194e6bd 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.in Id: configure.in.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for secnet 0.1.16+.
+# Generated by GNU Autoconf 2.67 for secnet 0.1.18+.
 #
 # Report bugs to <secnet@chiark.greenend.org.uk>.
 #
@@ -553,8 +553,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='secnet'
 PACKAGE_TARNAME='secnet'
-PACKAGE_VERSION='0.1.16+'
-PACKAGE_STRING='secnet 0.1.16+'
+PACKAGE_VERSION='0.1.18+'
+PACKAGE_STRING='secnet 0.1.18+'
 PACKAGE_BUGREPORT='secnet@chiark.greenend.org.uk'
 PACKAGE_URL=''
 
@@ -1207,7 +1207,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures secnet 0.1.16+ to adapt to many kinds of systems.
+\`configure' configures secnet 0.1.18+ to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1268,7 +1268,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of secnet 0.1.16+:";;
+     short | recursive ) echo "Configuration of secnet 0.1.18+:";;
    esac
   cat <<\_ACEOF
 
@@ -1354,7 +1354,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-secnet configure 0.1.16+
+secnet configure 0.1.18+
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1901,7 +1901,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by secnet $as_me 0.1.16+, which was
+It was created by secnet $as_me 0.1.18+, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -5113,7 +5113,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by secnet $as_me 0.1.16+, which was
+This file was extended by secnet $as_me 0.1.18+, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5179,7 +5179,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-secnet config.status 0.1.16+
+secnet config.status 0.1.18+
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
index a548dac4fe50d33095ac33dcf025b076a16c0a09..29ced956f70575a1583b3f283d3cda80325d6f16 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 sinclude(ac_prog_cc_no_writeable_strings.m4)
 
-AC_INIT(secnet,0.1.16+,secnet@chiark.greenend.org.uk)
+AC_INIT(secnet,0.1.18+,secnet@chiark.greenend.org.uk)
 AC_CONFIG_SRCDIR(secnet.c)
 AC_CONFIG_HEADER(config.h)
 
index 8024c16d000b99ade42a7490b1b633d205f75820..8e3ec7360f0379d40d4dda703965a5217281225a 100755 (executable)
@@ -60,7 +60,7 @@ sys.path.append("/usr/local/share/secnet")
 sys.path.append("/usr/share/secnet")
 import ipaddr
 
-VERSION="0.1.16"
+VERSION="0.1.18"
 
 # Classes describing possible datatypes in the configuration file