From d979b7b890a32a7e69c53920bb39eef17bd599b8 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Mon, 19 Aug 2024 22:26:40 +0200 Subject: [PATCH] version number updates for release 0.108.11 --- Osi/configure | 48 ++++++++++++++++---------------- Osi/configure.ac | 4 +-- Osi/src/Osi/config_osi_default.h | 8 +++--- README.md | 12 ++++---- configure | 46 +++++++++++++++--------------- configure.ac | 2 +- 6 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Osi/configure b/Osi/configure index 3a25d2f8d..4369067df 100755 --- a/Osi/configure +++ b/Osi/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Osi 0.108. +# Generated by GNU Autoconf 2.59 for Osi 0.108.11. # # Report bugs to . # @@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Osi' PACKAGE_TARNAME='osi' -PACKAGE_VERSION='0.108' -PACKAGE_STRING='Osi 0.108' +PACKAGE_VERSION='0.108.11' +PACKAGE_STRING='Osi 0.108.11' PACKAGE_BUGREPORT='osi@list.coin-or.org' ac_unique_file="src/Osi/OsiAuxInfo.cpp" @@ -1009,7 +1009,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 Osi 0.108 to adapt to many kinds of systems. +\`configure' configures Osi 0.108.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1075,7 +1075,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Osi 0.108:";; + short | recursive ) echo "Configuration of Osi 0.108.11:";; esac cat <<\_ACEOF @@ -1285,7 +1285,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Osi configure 0.108 +Osi configure 0.108.11 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1305,7 +1305,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 Osi $as_me 0.108, which was +It was created by Osi $as_me 0.108.11, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1828,7 +1828,7 @@ _ACEOF # Capture libtool library version, if given. - + coin_libversion=14:11:13 @@ -1977,7 +1977,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl) if test x"$CXX" != x; then case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) if test x"$CC" = x; then CC="$CXX" @@ -2798,7 +2798,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;} fi # Autoconf incorrectly concludes that cl recognises -g. It doesn't. case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* ) if test "$ac_cv_prog_cc_g" = yes ; then ac_cv_prog_cc_g=no @@ -2816,7 +2816,7 @@ CFLAGS="$save_cflags" # add automake conditional so we can recognize cl compiler in makefile coin_cc_is_cl=false case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) coin_cc_is_cl=true ;; @@ -2862,7 +2862,7 @@ if test x"$CFLAGS" = x; then case $build in *-cygwin* | *-mingw*) case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL*) if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then coin_opt_cflags='-MD -O2' @@ -3177,7 +3177,7 @@ fi # Correct the LD variable if we are using the MS or Intel-windows compiler case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) LD=link ;; @@ -3677,7 +3677,7 @@ fi # Autoconf incorrectly concludes that cl recognises -g. It doesn't. case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* ) if test "$ac_cv_prog_cxx_g" = yes ; then ac_cv_prog_cxx_g=no @@ -3727,7 +3727,7 @@ if test x"$CXXFLAGS" = x; then case $build in *-cygwin* | *-mingw*) case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL*) # The MT and MTd options are mutually exclusive if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then @@ -4050,7 +4050,7 @@ fi # correct the LD variable in a build with MS or Intel-windows compiler case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) LD=link ;; @@ -4086,7 +4086,7 @@ else coin_disable_shared=yes if test x"$enable_shared" = xyes; then case "$CC" in - clang* ) + clang* | */clang* ) { echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5 echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;} ;; @@ -4535,7 +4535,7 @@ fi # Define the identity of the package. PACKAGE='osi' - VERSION='0.108' + VERSION='0.108.11' cat >>confdefs.h <<_ACEOF @@ -20285,7 +20285,7 @@ fi # sys_lib_search_path_spec *-cygwin* | *-mingw*) case "$CXX" in - clang* ) + clang* | */clang* ) # we assume that libtool patches for CLANG are the same as for GNU compiler - correct??? { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5 echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;} @@ -20484,7 +20484,7 @@ if test "$dependency_linking" = auto; then case $build in *-cygwin* | *-mingw*) case "$CC" in - clang* ) + clang* | */clang* ) dependency_linking=yes ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) @@ -25331,7 +25331,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files" echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 coin_link_input_cmd="$LN_S" case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) coin_link_input_cmd=cp ;; esac @@ -25345,7 +25345,7 @@ if test x$coin_skip_ac_output != xyes; then # library extension case "$CC" in - clang* ) + clang* | */clang* ) LIBEXT=a ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) LIBEXT=lib ;; @@ -25929,7 +25929,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Osi $as_me 0.108, which was +This file was extended by Osi $as_me 0.108.11, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25992,7 +25992,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Osi config.status 0.108 +Osi config.status 0.108.11 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/Osi/configure.ac b/Osi/configure.ac index 32a8b404b..ecc5b1697 100644 --- a/Osi/configure.ac +++ b/Osi/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) -AC_INIT([Osi],[0.108],[osi@list.coin-or.org]) +AC_INIT([Osi],[0.108.11],[osi@list.coin-or.org]) AC_COPYRIGHT([ Copyright 2006 International Business Machines and others. @@ -38,7 +38,7 @@ AC_PREFIX_DEFAULT([`pwd`]) AC_CANONICAL_BUILD # A bit of initial setup -AC_COIN_PROJECTDIR_INIT(Osi) +AC_COIN_PROJECTDIR_INIT(Osi,14:11:13) # Check if user wants to produce debugging code AC_COIN_DEBUG_COMPILE(Osi) diff --git a/Osi/src/Osi/config_osi_default.h b/Osi/src/Osi/config_osi_default.h index d5401f1a1..a1ed8bf7c 100644 --- a/Osi/src/Osi/config_osi_default.h +++ b/Osi/src/Osi/config_osi_default.h @@ -5,13 +5,13 @@ /***************************************************************************/ /* Version number of project */ -#define OSI_VERSION "0.108" +#define OSI_VERSION "0.108.11" /* Major Version number of project */ -#define OSI_VERSION_MAJOR 0 +#define OSI_VERSION_MAJOR 0 /* Minor Version number of project */ -#define OSI_VERSION_MINOR 108 +#define OSI_VERSION_MINOR 108 /* Release Version number of project */ -#define OSI_VERSION_RELEASE 9999 +#define OSI_VERSION_RELEASE 11 diff --git a/README.md b/README.md index a3407cc94..52d7af263 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Osi 0.108 +# Osi 0.108.11 [![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org) @@ -66,9 +66,9 @@ Code: [![DOI](https://zenodo.org/badge/173476455.svg)](https://zenodo.org/badge/ ## CURRENT BUILD STATUS -[![Windows Builds](https://github.com/coin-or/Osi/actions/workflows/windows-ci.yml/badge.svg?branch=stable/0.108)](https://github.com/coin-or/Osi/actions/workflows/windows-ci.yml?query=branch%3Astable/0.108) +[![Windows Builds](https://github.com/coin-or/Osi/actions/workflows/windows-ci.yml/badge.svg?branch=releases/0.108.11)](https://github.com/coin-or/Osi/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.108.11) -[![Linux and MacOS Builds](https://github.com/coin-or/Osi/actions/workflows/linux-ci.yml/badge.svg?branch=stable/0.108)](https://github.com/coin-or/Osi/actions/workflows/linux-ci.yml?query=branch%3Astable/0.108) +[![Linux and MacOS Builds](https://github.com/coin-or/Osi/actions/workflows/linux-ci.yml/badge.svg?branch=releases/0.108.11)](https://github.com/coin-or/Osi/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.108.11) ## DOWNLOAD @@ -159,7 +159,7 @@ following on the command line. ``` wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew chmod u+x coinbrew -./coinbrew fetch Osi@0.108 +./coinbrew fetch Osi@0.108.11 ./coinbrew build Osi ``` For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew. @@ -182,10 +182,10 @@ make install If you have `Doxygen` available, you can build a HTML documentation by typing -`make doxygen-docs` +`make doxydoc` in the build directory. If Osi was built via `coinbrew`, then the build -directory will be `./build/Osi/0.108` by default. The doxygen documentation main file +directory will be `./build/Osi/0.108.11` 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 214176d21..e4d317d85 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 Osi 0.108. +# Generated by GNU Autoconf 2.59 for Osi 0.108.11. # # Report bugs to . # @@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Osi' PACKAGE_TARNAME='osi' -PACKAGE_VERSION='0.108' -PACKAGE_STRING='Osi 0.108' +PACKAGE_VERSION='0.108.11' +PACKAGE_STRING='Osi 0.108.11' PACKAGE_BUGREPORT='osi@lists.coin-or.org' ac_unique_file="configure.ac" @@ -1034,7 +1034,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 Osi 0.108 to adapt to many kinds of systems. +\`configure' configures Osi 0.108.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1100,7 +1100,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Osi 0.108:";; + short | recursive ) echo "Configuration of Osi 0.108.11:";; esac cat <<\_ACEOF @@ -1304,7 +1304,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Osi configure 0.108 +Osi configure 0.108.11 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1324,7 +1324,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 Osi $as_me 0.108, which was +It was created by Osi $as_me 0.108.11, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1831,7 +1831,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl) if test x"$CXX" != x; then case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) if test x"$CC" = x; then CC="$CXX" @@ -2652,7 +2652,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;} fi # Autoconf incorrectly concludes that cl recognises -g. It doesn't. case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* ) if test "$ac_cv_prog_cc_g" = yes ; then ac_cv_prog_cc_g=no @@ -2670,7 +2670,7 @@ CFLAGS="$save_cflags" # add automake conditional so we can recognize cl compiler in makefile coin_cc_is_cl=false case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) coin_cc_is_cl=true ;; @@ -2716,7 +2716,7 @@ if test x"$CFLAGS" = x; then case $build in *-cygwin* | *-mingw*) case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL*) if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then coin_opt_cflags='-MD -O2' @@ -3031,7 +3031,7 @@ fi # Correct the LD variable if we are using the MS or Intel-windows compiler case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) LD=link ;; @@ -3533,7 +3533,7 @@ fi # Autoconf incorrectly concludes that cl recognises -g. It doesn't. case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* ) if test "$ac_cv_prog_cxx_g" = yes ; then ac_cv_prog_cxx_g=no @@ -3583,7 +3583,7 @@ if test x"$CXXFLAGS" = x; then case $build in *-cygwin* | *-mingw*) case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL*) # The MT and MTd options are mutually exclusive if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then @@ -3906,7 +3906,7 @@ fi # correct the LD variable in a build with MS or Intel-windows compiler case "$CXX" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) LD=link ;; @@ -4632,7 +4632,7 @@ else coin_disable_shared=yes if test x"$enable_shared" = xyes; then case "$CC" in - clang* ) + clang* | */clang* ) { echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5 echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;} ;; @@ -5081,7 +5081,7 @@ fi # Define the identity of the package. PACKAGE='osi' - VERSION='0.108' + VERSION='0.108.11' cat >>confdefs.h <<_ACEOF @@ -20594,7 +20594,7 @@ fi # sys_lib_search_path_spec *-cygwin* | *-mingw*) case "$CXX" in - clang* ) + clang* | */clang* ) # we assume that libtool patches for CLANG are the same as for GNU compiler - correct??? { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5 echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;} @@ -20793,7 +20793,7 @@ if test "$dependency_linking" = auto; then case $build in *-cygwin* | *-mingw*) case "$CC" in - clang* ) + clang* | */clang* ) dependency_linking=yes ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) @@ -22086,7 +22086,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files" echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 coin_link_input_cmd="$LN_S" case "$CC" in - clang* ) ;; + clang* | */clang* ) ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) coin_link_input_cmd=cp ;; esac @@ -22100,7 +22100,7 @@ if test x$coin_skip_ac_output != xyes; then # library extension case "$CC" in - clang* ) + clang* | */clang* ) LIBEXT=a ;; cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) LIBEXT=lib ;; @@ -22603,7 +22603,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Osi $as_me 0.108, which was +This file was extended by Osi $as_me 0.108.11, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22661,7 +22661,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Osi config.status 0.108 +Osi config.status 0.108.11 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 a6af066b3..13315456b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) -AC_INIT([Osi],[0.108],[osi@lists.coin-or.org]) +AC_INIT([Osi],[0.108.11],[osi@lists.coin-or.org]) AC_COPYRIGHT([ Copyright 2006 International Business Machines and others.