From 00152558bd7f5c51096fd2fa83e8609aa02aa29c Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sun, 24 Jul 2011 17:41:44 +0100 Subject: [PATCH] Fix version number in a couple of places. Signed-off-by: Richard Kettlewell --- configure | 18 +++++++++--------- configure.in | 2 +- make-secnet-sites | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 0bb23b6..5693f28 100755 --- 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 . # @@ -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\\" diff --git a/configure.in b/configure.in index a548dac..29ced95 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/make-secnet-sites b/make-secnet-sites index 8024c16..8e3ec73 100755 --- a/make-secnet-sites +++ b/make-secnet-sites @@ -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 -- 2.30.2