From 706de8821698329d6e65043c6feeab91761e777e Mon Sep 17 00:00:00 2001 From: snar Date: Fri, 18 May 2012 16:08:30 +0000 Subject: [PATCH] version number corrected --- bgpq3.c | 2 +- configure | 18 +++++++++--------- configure.in | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bgpq3.c b/bgpq3.c index 28828e7..3f988fb 100644 --- a/bgpq3.c +++ b/bgpq3.c @@ -51,7 +51,7 @@ usage(int ecode) printf(" -T : disable pipelining (experimental, faster mode)\n"); printf(" -X : generate config for IOS XR (Cisco IOS by default)\n"); printf("\n" PACKAGE_NAME " version: " PACKAGE_VERSION "\n"); - printf("Copyright(c) Alexandre Snarskii 2007-2011\n\n"); + printf("Copyright(c) Alexandre Snarskii 2007-2012\n\n"); exit(ecode); }; diff --git a/configure b/configure index e4c6d65..c1e584c 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for bgpq3 0.1.15. +# Generated by GNU Autoconf 2.68 for bgpq3 0.1.16. # # Report bugs to . # @@ -559,8 +559,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bgpq3' PACKAGE_TARNAME='bgpq3' -PACKAGE_VERSION='0.1.15' -PACKAGE_STRING='bgpq3 0.1.15' +PACKAGE_VERSION='0.1.16' +PACKAGE_STRING='bgpq3 0.1.16' PACKAGE_BUGREPORT='snar@snar.spb.ru' PACKAGE_URL='' @@ -1168,7 +1168,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 bgpq3 0.1.15 to adapt to many kinds of systems. +\`configure' configures bgpq3 0.1.16 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1229,7 +1229,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bgpq3 0.1.15:";; + short | recursive ) echo "Configuration of bgpq3 0.1.16:";; esac cat <<\_ACEOF @@ -1308,7 +1308,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bgpq3 configure 0.1.15 +bgpq3 configure 0.1.16 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1476,7 +1476,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 bgpq3 $as_me 0.1.15, which was +It was created by bgpq3 $as_me 0.1.16, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3363,7 +3363,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 bgpq3 $as_me 0.1.15, which was +This file was extended by bgpq3 $as_me 0.1.16, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3425,7 +3425,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="\\ -bgpq3 config.status 0.1.15 +bgpq3 config.status 0.1.16 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.in b/configure.in index 5a16eda..df23ab5 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(bgpq3,0.1.15,snar@snar.spb.ru) +AC_INIT(bgpq3,0.1.16,snar@snar.spb.ru) AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL