From 0b60a72f7b52b2bae813dedd0e08aab5579e0218 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Wed, 27 Mar 2024 08:57:33 -0400 Subject: [PATCH] version number updates for release 0.94.9 --- Bcps/configure | 26 +++++++++++++------------- Bcps/configure.ac | 4 ++-- README.md | 10 +++++----- configure | 24 ++++++++++++------------ configure.ac | 2 +- 5 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Bcps/configure b/Bcps/configure index 06b66a6..108a0e6 100755 --- a/Bcps/configure +++ b/Bcps/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Bcps 0.94. +# Generated by GNU Autoconf 2.59 for Bcps 0.94.9. # # Report bugs to . # @@ -448,8 +448,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Bcps' PACKAGE_TARNAME='bcps' -PACKAGE_VERSION='0.94' -PACKAGE_STRING='Bcps 0.94' +PACKAGE_VERSION='0.94.9' +PACKAGE_STRING='Bcps 0.94.9' PACKAGE_BUGREPORT='https://github.com/coin-or/CHiPPS-BiCePS/issues/new' ac_unique_file="src/BcpsModel.h" @@ -1028,7 +1028,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 Bcps 0.94 to adapt to many kinds of systems. +\`configure' configures Bcps 0.94.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1094,7 +1094,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Bcps 0.94:";; + short | recursive ) echo "Configuration of Bcps 0.94.9:";; esac cat <<\_ACEOF @@ -1276,7 +1276,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Bcps configure 0.94 +Bcps configure 0.94.9 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1315,7 +1315,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 Bcps $as_me 0.94, which was +It was created by Bcps $as_me 0.94.9, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1841,7 +1841,7 @@ _ACEOF # Capture libtool library version, if given. - + coin_libversion=8:9:7 @@ -4556,7 +4556,7 @@ fi # Define the identity of the package. PACKAGE='bcps' - VERSION='0.94' + VERSION='0.94.9' cat >>confdefs.h <<_ACEOF @@ -22593,7 +22593,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Bcps $as_me 0.94, which was +This file was extended by Bcps $as_me 0.94.9, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22659,7 +22659,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Bcps config.status 0.94 +Bcps config.status 0.94.9 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -23971,8 +23971,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;} done fi - { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 -echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} + { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&5 +echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;} if test x$coin_projectdir = xyes; then { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} diff --git a/Bcps/configure.ac b/Bcps/configure.ac index bc77741..b38bdbb 100644 --- a/Bcps/configure.ac +++ b/Bcps/configure.ac @@ -29,7 +29,7 @@ AC_PREREQ(2.59) -AC_INIT([Bcps],[0.94],[https://github.com/coin-or/CHiPPS-BiCePS/issues/new]) +AC_INIT([Bcps],[0.94.9],[https://github.com/coin-or/CHiPPS-BiCePS/issues/new]) AC_COPYRIGHT([ #==========================================================================# @@ -77,7 +77,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(Bcps) +AC_COIN_PROJECTDIR_INIT(Bcps,8:9:7) # Check if user wants to produce debugging code AC_COIN_DEBUG_COMPILE(Bcps) diff --git a/README.md b/README.md index 8388431..9548f43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BiCePS 0.94 +# BiCePS 0.94.9 [![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org) @@ -38,9 +38,9 @@ Paper: http://dx.doi.org/10.1023/B:SUPE.0000020179.55383.ad ## CURRENT BUILD STATUS -[![Windows Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml/badge.svg?branch=stable/0.94)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml?query=branch%3Astable/0.94) +[![Windows Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml/badge.svg?branch=releases/0.94.9)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.94.9) -[![Linux and MacOS Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml/badge.svg?branch=stable/0.94)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml?query=branch%3Astable/0.94) +[![Linux and MacOS Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml/badge.svg?branch=releases/0.94.9)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.94.9) ## DOWNLOAD @@ -98,7 +98,7 @@ following on the command line. ``` wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew chmod u+x coinbrew -./coinbrew fetch Bcps@0.94 +./coinbrew fetch Bcps@0.94.9 ./coinbrew build Bcps ``` For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew. @@ -139,7 +139,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing `make doxydoc` in the build directory. If BiCePS was built via `coinbrew`, then the build -directory will be `./build/CHiPPS-BiCePS/0.94` by default. The doxygen documentation main file +directory will be `./build/CHiPPS-BiCePS/0.94.9` by default. The doxygen documentation main file is found at `/doxydoc/html/index.html`. If you don't have `doxygen` installed locally, you can use also find the diff --git a/configure b/configure index 2b176cc..c6daf56 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 Bcps 0.94. +# Generated by GNU Autoconf 2.59 for Bcps 0.94.9. # # Report bugs to . # @@ -449,8 +449,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Bcps' PACKAGE_TARNAME='bcps' -PACKAGE_VERSION='0.94' -PACKAGE_STRING='Bcps 0.94' +PACKAGE_VERSION='0.94.9' +PACKAGE_STRING='Bcps 0.94.9' PACKAGE_BUGREPORT='https://github.com/coin-or/CHiPPS-BiCePS/issues/new' ac_unique_file="configure.ac" @@ -1055,7 +1055,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 Bcps 0.94 to adapt to many kinds of systems. +\`configure' configures Bcps 0.94.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1121,7 +1121,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Bcps 0.94:";; + short | recursive ) echo "Configuration of Bcps 0.94.9:";; esac cat <<\_ACEOF @@ -1331,7 +1331,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Bcps configure 0.94 +Bcps configure 0.94.9 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1370,7 +1370,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 Bcps $as_me 0.94, which was +It was created by Bcps $as_me 0.94.9, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -5128,7 +5128,7 @@ fi # Define the identity of the package. PACKAGE='bcps' - VERSION='0.94' + VERSION='0.94.9' cat >>confdefs.h <<_ACEOF @@ -22858,7 +22858,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Bcps $as_me 0.94, which was +This file was extended by Bcps $as_me 0.94.9, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22916,7 +22916,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Bcps config.status 0.94 +Bcps config.status 0.94.9 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -23939,8 +23939,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;} done fi - { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 -echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} + { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&5 +echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;} if test x$coin_projectdir = xyes; then { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} diff --git a/configure.ac b/configure.ac index 3f7c550..ccb39dc 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PREREQ(2.59) -AC_INIT([Bcps],[0.94],[https://github.com/coin-or/CHiPPS-BiCePS/issues/new]) +AC_INIT([Bcps],[0.94.9],[https://github.com/coin-or/CHiPPS-BiCePS/issues/new]) AC_COPYRIGHT([ #==========================================================================#