Skip to content

Commit d979b7b

Browse files
committed
version number updates for release 0.108.11
1 parent 71eb0ff commit d979b7b

File tree

6 files changed

+60
-60
lines changed

6 files changed

+60
-60
lines changed

Osi/configure

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.59 for Osi 0.108.
3+
# Generated by GNU Autoconf 2.59 for Osi 0.108.11.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
429429
# Identity of this package.
430430
PACKAGE_NAME='Osi'
431431
PACKAGE_TARNAME='osi'
432-
PACKAGE_VERSION='0.108'
433-
PACKAGE_STRING='Osi 0.108'
432+
PACKAGE_VERSION='0.108.11'
433+
PACKAGE_STRING='Osi 0.108.11'
434434
PACKAGE_BUGREPORT='[email protected]'
435435

436436
ac_unique_file="src/Osi/OsiAuxInfo.cpp"
@@ -1009,7 +1009,7 @@ if test "$ac_init_help" = "long"; then
10091009
# Omit some internal or obsolete options to make the list less imposing.
10101010
# This message is too long to be a string in the A/UX 3.1 sh.
10111011
cat <<_ACEOF
1012-
\`configure' configures Osi 0.108 to adapt to many kinds of systems.
1012+
\`configure' configures Osi 0.108.11 to adapt to many kinds of systems.
10131013

10141014
Usage: $0 [OPTION]... [VAR=VALUE]...
10151015

@@ -1075,7 +1075,7 @@ fi
10751075

10761076
if test -n "$ac_init_help"; then
10771077
case $ac_init_help in
1078-
short | recursive ) echo "Configuration of Osi 0.108:";;
1078+
short | recursive ) echo "Configuration of Osi 0.108.11:";;
10791079
esac
10801080
cat <<\_ACEOF
10811081

@@ -1285,7 +1285,7 @@ fi
12851285
test -n "$ac_init_help" && exit 0
12861286
if $ac_init_version; then
12871287
cat <<\_ACEOF
1288-
Osi configure 0.108
1288+
Osi configure 0.108.11
12891289
generated by GNU Autoconf 2.59
12901290

12911291
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1305,7 +1305,7 @@ cat >&5 <<_ACEOF
13051305
This file contains any messages produced by compilers while
13061306
running configure, to aid debugging if configure makes a mistake.
13071307

1308-
It was created by Osi $as_me 0.108, which was
1308+
It was created by Osi $as_me 0.108.11, which was
13091309
generated by GNU Autoconf 2.59. Invocation command line was
13101310

13111311
$ $0 $@
@@ -1828,7 +1828,7 @@ _ACEOF
18281828

18291829

18301830
# Capture libtool library version, if given.
1831-
1831+
coin_libversion=14:11:13
18321832

18331833

18341834

@@ -1977,7 +1977,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
19771977
# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
19781978
if test x"$CXX" != x; then
19791979
case "$CXX" in
1980-
clang* ) ;;
1980+
clang* | */clang* ) ;;
19811981
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
19821982
if test x"$CC" = x; then
19831983
CC="$CXX"
@@ -2798,7 +2798,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
27982798
fi
27992799
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
28002800
case "$CC" in
2801-
clang* ) ;;
2801+
clang* | */clang* ) ;;
28022802
cl* | */cl* | CL* | */CL* )
28032803
if test "$ac_cv_prog_cc_g" = yes ; then
28042804
ac_cv_prog_cc_g=no
@@ -2816,7 +2816,7 @@ CFLAGS="$save_cflags"
28162816
# add automake conditional so we can recognize cl compiler in makefile
28172817
coin_cc_is_cl=false
28182818
case "$CC" in
2819-
clang* ) ;;
2819+
clang* | */clang* ) ;;
28202820
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
28212821
coin_cc_is_cl=true
28222822
;;
@@ -2862,7 +2862,7 @@ if test x"$CFLAGS" = x; then
28622862
case $build in
28632863
*-cygwin* | *-mingw*)
28642864
case "$CC" in
2865-
clang* ) ;;
2865+
clang* | */clang* ) ;;
28662866
cl* | */cl* | CL* | */CL*)
28672867
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
28682868
coin_opt_cflags='-MD -O2'
@@ -3177,7 +3177,7 @@ fi
31773177

31783178
# Correct the LD variable if we are using the MS or Intel-windows compiler
31793179
case "$CC" in
3180-
clang* ) ;;
3180+
clang* | */clang* ) ;;
31813181
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
31823182
LD=link
31833183
;;
@@ -3677,7 +3677,7 @@ fi
36773677

36783678
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
36793679
case "$CXX" in
3680-
clang* ) ;;
3680+
clang* | */clang* ) ;;
36813681
cl* | */cl* | CL* | */CL* )
36823682
if test "$ac_cv_prog_cxx_g" = yes ; then
36833683
ac_cv_prog_cxx_g=no
@@ -3727,7 +3727,7 @@ if test x"$CXXFLAGS" = x; then
37273727
case $build in
37283728
*-cygwin* | *-mingw*)
37293729
case "$CXX" in
3730-
clang* ) ;;
3730+
clang* | */clang* ) ;;
37313731
cl* | */cl* | CL* | */CL*)
37323732
# The MT and MTd options are mutually exclusive
37333733
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
@@ -4050,7 +4050,7 @@ fi
40504050

40514051
# correct the LD variable in a build with MS or Intel-windows compiler
40524052
case "$CXX" in
4053-
clang* ) ;;
4053+
clang* | */clang* ) ;;
40544054
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
40554055
LD=link
40564056
;;
@@ -4086,7 +4086,7 @@ else
40864086
coin_disable_shared=yes
40874087
if test x"$enable_shared" = xyes; then
40884088
case "$CC" in
4089-
clang* )
4089+
clang* | */clang* )
40904090
{ echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
40914091
echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
40924092
;;
@@ -4535,7 +4535,7 @@ fi
45354535

45364536
# Define the identity of the package.
45374537
PACKAGE='osi'
4538-
VERSION='0.108'
4538+
VERSION='0.108.11'
45394539

45404540

45414541
cat >>confdefs.h <<_ACEOF
@@ -20285,7 +20285,7 @@ fi
2028520285
# sys_lib_search_path_spec
2028620286
*-cygwin* | *-mingw*)
2028720287
case "$CXX" in
20288-
clang* )
20288+
clang* | */clang* )
2028920289
# we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
2029020290
{ echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
2029120291
echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
@@ -20484,7 +20484,7 @@ if test "$dependency_linking" = auto; then
2048420484
case $build in
2048520485
*-cygwin* | *-mingw*)
2048620486
case "$CC" in
20487-
clang* )
20487+
clang* | */clang* )
2048820488
dependency_linking=yes
2048920489
;;
2049020490
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"
2533125331
echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
2533225332
coin_link_input_cmd="$LN_S"
2533325333
case "$CC" in
25334-
clang* ) ;;
25334+
clang* | */clang* ) ;;
2533525335
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2533625336
coin_link_input_cmd=cp ;;
2533725337
esac
@@ -25345,7 +25345,7 @@ if test x$coin_skip_ac_output != xyes; then
2534525345
# library extension
2534625346

2534725347
case "$CC" in
25348-
clang* )
25348+
clang* | */clang* )
2534925349
LIBEXT=a ;;
2535025350
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2535125351
LIBEXT=lib ;;
@@ -25929,7 +25929,7 @@ _ASBOX
2592925929
} >&5
2593025930
cat >&5 <<_CSEOF
2593125931

25932-
This file was extended by Osi $as_me 0.108, which was
25932+
This file was extended by Osi $as_me 0.108.11, which was
2593325933
generated by GNU Autoconf 2.59. Invocation command line was
2593425934

2593525935
CONFIG_FILES = $CONFIG_FILES
@@ -25992,7 +25992,7 @@ _ACEOF
2599225992

2599325993
cat >>$CONFIG_STATUS <<_ACEOF
2599425994
ac_cs_version="\\
25995-
Osi config.status 0.108
25995+
Osi config.status 0.108.11
2599625996
configured by $0, generated by GNU Autoconf 2.59,
2599725997
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2599825998

Osi/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
AC_PREREQ(2.59)
1414

15-
AC_INIT([Osi],[0.108],[[email protected]])
15+
AC_INIT([Osi],[0.108.11],[[email protected]])
1616

1717
AC_COPYRIGHT([
1818
Copyright 2006 International Business Machines and others.
@@ -38,7 +38,7 @@ AC_PREFIX_DEFAULT([`pwd`])
3838
AC_CANONICAL_BUILD
3939

4040
# A bit of initial setup
41-
AC_COIN_PROJECTDIR_INIT(Osi)
41+
AC_COIN_PROJECTDIR_INIT(Osi,14:11:13)
4242

4343
# Check if user wants to produce debugging code
4444
AC_COIN_DEBUG_COMPILE(Osi)

Osi/src/Osi/config_osi_default.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
/***************************************************************************/
66

77
/* Version number of project */
8-
#define OSI_VERSION "0.108"
8+
#define OSI_VERSION "0.108.11"
99

1010
/* Major Version number of project */
11-
#define OSI_VERSION_MAJOR 0
11+
#define OSI_VERSION_MAJOR 0
1212

1313
/* Minor Version number of project */
14-
#define OSI_VERSION_MINOR 108
14+
#define OSI_VERSION_MINOR 108
1515

1616
/* Release Version number of project */
17-
#define OSI_VERSION_RELEASE 9999
17+
#define OSI_VERSION_RELEASE 11

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Osi 0.108
1+
# Osi 0.108.11
22

33
[![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org)
44

@@ -66,9 +66,9 @@ Code: [![DOI](https://zenodo.org/badge/173476455.svg)](https://zenodo.org/badge/
6666

6767
## CURRENT BUILD STATUS
6868

69-
[![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)
69+
[![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)
7070

71-
[![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)
71+
[![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)
7272

7373
## DOWNLOAD
7474

@@ -159,7 +159,7 @@ following on the command line.
159159
```
160160
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
161161
chmod u+x coinbrew
162-
./coinbrew fetch [email protected]
162+
./coinbrew fetch [email protected].11
163163
./coinbrew build Osi
164164
```
165165
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -182,10 +182,10 @@ make install
182182
183183
If you have `Doxygen` available, you can build a HTML documentation by typing
184184
185-
`make doxygen-docs`
185+
`make doxydoc`
186186
187187
in the build directory. If Osi was built via `coinbrew`, then the build
188-
directory will be `./build/Osi/0.108` by default. The doxygen documentation main file
188+
directory will be `./build/Osi/0.108.11` by default. The doxygen documentation main file
189189
is found at `<build-dir>/doxydoc/html/index.html`.
190190
191191
If you don't have `doxygen` installed locally, you can use also find the

0 commit comments

Comments
 (0)