diff --git a/CoinUtils/configure b/CoinUtils/configure index fe8489649..c594ba3af 100755 --- a/CoinUtils/configure +++ b/CoinUtils/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for CoinUtils 2.11. +# Generated by GNU Autoconf 2.59 for CoinUtils 2.11.5. # # Report bugs to . # @@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='CoinUtils' PACKAGE_TARNAME='coinutils' -PACKAGE_VERSION='2.11' -PACKAGE_STRING='CoinUtils 2.11' +PACKAGE_VERSION='2.11.5' +PACKAGE_STRING='CoinUtils 2.11.5' PACKAGE_BUGREPORT='http://projects.coin-or.org/CoinUtils' ac_unique_file="src/CoinError.cpp" @@ -1025,7 +1025,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 CoinUtils 2.11 to adapt to many kinds of systems. +\`configure' configures CoinUtils 2.11.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1091,7 +1091,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of CoinUtils 2.11:";; + short | recursive ) echo "Configuration of CoinUtils 2.11.5:";; esac cat <<\_ACEOF @@ -1310,7 +1310,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -CoinUtils configure 2.11 +CoinUtils configure 2.11.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1330,7 +1330,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by CoinUtils $as_me 2.11, which was +It was created by CoinUtils $as_me 2.11.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1856,7 +1856,7 @@ _ACEOF # Capture libtool library version, if given. - + coin_libversion=14:5:11 @@ -6145,7 +6145,7 @@ fi # Define the identity of the package. PACKAGE='coinutils' - VERSION='2.11' + VERSION='2.11.5' cat >>confdefs.h <<_ACEOF @@ -39522,7 +39522,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by CoinUtils $as_me 2.11, which was +This file was extended by CoinUtils $as_me 2.11.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -39585,7 +39585,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -CoinUtils config.status 2.11 +CoinUtils config.status 2.11.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/CoinUtils/configure.ac b/CoinUtils/configure.ac index a3ff17dc5..ba7be5c04 100644 --- a/CoinUtils/configure.ac +++ b/CoinUtils/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) -AC_INIT([CoinUtils],[2.11],[http://projects.coin-or.org/CoinUtils]) +AC_INIT([CoinUtils],[2.11.5],[http://projects.coin-or.org/CoinUtils]) AC_COPYRIGHT([ Copyright 2006 International Business Machines and others. @@ -41,7 +41,7 @@ AC_CANONICAL_BUILD # the source root directory contains definition of where to find those # externals. The following macro ensures that those externals are # retrieved by svn if they are not there yet. -AC_COIN_PROJECTDIR_INIT(CoinUtils) +AC_COIN_PROJECTDIR_INIT(CoinUtils,14:5:11) # Check if user wants to produce debugging code AC_COIN_DEBUG_COMPILE(CoinUtils) diff --git a/CoinUtils/src/config_coinutils_default.h b/CoinUtils/src/config_coinutils_default.h index 74613d154..9294cf111 100644 --- a/CoinUtils/src/config_coinutils_default.h +++ b/CoinUtils/src/config_coinutils_default.h @@ -5,7 +5,7 @@ /***************************************************************************/ /* Version number of project */ -#define COINUTILS_VERSION "2.11" +#define COINUTILS_VERSION "2.11.5" /* Major Version number of project */ #define COINUTILS_VERSION_MAJOR 2 @@ -14,7 +14,7 @@ #define COINUTILS_VERSION_MINOR 11 /* Release Version number of project */ -#define COINUTILS_VERSION_RELEASE 9999 +#define COINUTILS_VERSION_RELEASE 5 /* Define to 64bit integer types. Note that MS does not provide __uint64. diff --git a/configure b/configure index 7d671d75a..951c9663c 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac 0.9. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for CoinUtils 2.11. +# Generated by GNU Autoconf 2.59 for CoinUtils 2.11.5. # # Report bugs to . # @@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='CoinUtils' PACKAGE_TARNAME='coinutils' -PACKAGE_VERSION='2.11' -PACKAGE_STRING='CoinUtils 2.11' +PACKAGE_VERSION='2.11.5' +PACKAGE_STRING='CoinUtils 2.11.5' PACKAGE_BUGREPORT='coinutils@lists.coin-or.org' ac_unique_file="configure.ac" @@ -1032,7 +1032,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 CoinUtils 2.11 to adapt to many kinds of systems. +\`configure' configures CoinUtils 2.11.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1098,7 +1098,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of CoinUtils 2.11:";; + short | recursive ) echo "Configuration of CoinUtils 2.11.5:";; esac cat <<\_ACEOF @@ -1296,7 +1296,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -CoinUtils configure 2.11 +CoinUtils configure 2.11.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1316,7 +1316,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by CoinUtils $as_me 2.11, which was +It was created by CoinUtils $as_me 2.11.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -5073,7 +5073,7 @@ fi # Define the identity of the package. PACKAGE='coinutils' - VERSION='2.11' + VERSION='2.11.5' cat >>confdefs.h <<_ACEOF @@ -22359,7 +22359,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by CoinUtils $as_me 2.11, which was +This file was extended by CoinUtils $as_me 2.11.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22417,7 +22417,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -CoinUtils config.status 2.11 +CoinUtils config.status 2.11.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 3cb7a55f4..7e3e780a2 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) -AC_INIT([CoinUtils],[2.11],[coinutils@lists.coin-or.org]) +AC_INIT([CoinUtils],[2.11.5],[coinutils@lists.coin-or.org]) AC_COPYRIGHT([ Copyright 2006, 2009 International Business Machines and others.