From: sirvulcan Date: Tue, 1 Apr 2008 01:34:15 +0000 (+0000) Subject: Bumped up trunk version for X3 to 1.6 X-Git-Tag: 1.9~298 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/90746c834a7119d99e9222b93cfa4132706113d2?ds=sidebyside;hp=1c76f1b43ddfe723855e1e55b6e1fc739e5710a8 Bumped up trunk version for X3 to 1.6 --- diff --git a/ChangeLog b/ChangeLog index c9ee514..76872da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ /*********************************************************************** X3 ChangeLog +2008-04-01 Neil Spierling + + * configure: Regenerated. + + * configure.in: Bumped up trunk version for X3. + 2008-03-29 Neil Spierling * src/proto-p10.c: Ignore SNO messages. diff --git a/configure b/configure index 0e7fa8d..2b7b098 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Id: configure.in 2000 2008-01-16 01:19:37Z sirvulcan . +# From configure.in Id: configure.in 2088 2008-03-28 05:40:48Z sirvulcan . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for X3 1.5. +# Generated by GNU Autoconf 2.61 for X3 1.6. # # Report bugs to . # @@ -575,8 +575,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='X3' PACKAGE_TARNAME='x3' -PACKAGE_VERSION='1.5' -PACKAGE_STRING='X3 1.5' +PACKAGE_VERSION='1.6' +PACKAGE_STRING='X3 1.6' PACKAGE_BUGREPORT='evilnet-devel@lists.sourceforge.net' ac_unique_file="src/opserv.c" @@ -1231,7 +1231,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 X3 1.5 to adapt to many kinds of systems. +\`configure' configures X3 1.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1302,7 +1302,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of X3 1.5:";; + short | recursive ) echo "Configuration of X3 1.6:";; esac cat <<\_ACEOF @@ -1409,7 +1409,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -X3 configure 1.5 +X3 configure 1.6 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1423,7 +1423,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 X3 $as_me 1.5, which was +It was created by X3 $as_me 1.6, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2223,7 +2223,7 @@ fi # Define the identity of the package. PACKAGE='x3' - VERSION='1.5' + VERSION='1.6' cat >>confdefs.h <<_ACEOF @@ -10356,7 +10356,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by X3 $as_me 1.5, which was +This file was extended by X3 $as_me 1.6, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10409,7 +10409,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -X3 config.status 1.5 +X3 config.status 1.6 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 4a20642..b92c924 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create a configure script. dnl General initialization. AC_REVISION([$Id$]) AC_PREREQ(2.60) -AC_INIT([X3],[1.5],[evilnet-devel@lists.sourceforge.net]) +AC_INIT([X3],[1.6],[evilnet-devel@lists.sourceforge.net]) CODENAME=X3 AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_SRCDIR(src/opserv.c)