Skip to content

Commit 1d91b9c

Browse files
committed
version number updates for release 0.60.9
1 parent e141e64 commit 1d91b9c

File tree

6 files changed

+58
-58
lines changed

6 files changed

+58
-58
lines changed

Cgl/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 Cgl 0.60.
3+
# Generated by GNU Autoconf 2.59 for Cgl 0.60.9.
44
#
55
# Report bugs to <cgl@list.coin-or.org>.
66
#
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
429429
# Identity of this package.
430430
PACKAGE_NAME='Cgl'
431431
PACKAGE_TARNAME='cgl'
432-
PACKAGE_VERSION='0.60'
433-
PACKAGE_STRING='Cgl 0.60'
432+
PACKAGE_VERSION='0.60.9'
433+
PACKAGE_STRING='Cgl 0.60.9'
434434
PACKAGE_BUGREPORT='cgl@list.coin-or.org'
435435

436436
ac_unique_file="src/CglMessage.hpp"
@@ -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 Cgl 0.60 to adapt to many kinds of systems.
1012+
\`configure' configures Cgl 0.60.9 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 Cgl 0.60:";;
1078+
short | recursive ) echo "Configuration of Cgl 0.60.9:";;
10791079
esac
10801080
cat <<\_ACEOF
10811081

@@ -1287,7 +1287,7 @@ fi
12871287
test -n "$ac_init_help" && exit 0
12881288
if $ac_init_version; then
12891289
cat <<\_ACEOF
1290-
Cgl configure 0.60
1290+
Cgl configure 0.60.9
12911291
generated by GNU Autoconf 2.59
12921292

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

1310-
It was created by Cgl $as_me 0.60, which was
1310+
It was created by Cgl $as_me 0.60.9, which was
13111311
generated by GNU Autoconf 2.59. Invocation command line was
13121312

13131313
$ $0 $@
@@ -1833,7 +1833,7 @@ _ACEOF
18331833

18341834

18351835
# Capture libtool library version, if given.
1836-
1836+
coin_libversion=11:9:10
18371837

18381838

18391839

@@ -1982,7 +1982,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
19821982
# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
19831983
if test x"$CXX" != x; then
19841984
case "$CXX" in
1985-
clang* ) ;;
1985+
clang* | */clang* ) ;;
19861986
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
19871987
if test x"$CC" = x; then
19881988
CC="$CXX"
@@ -2803,7 +2803,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
28032803
fi
28042804
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
28052805
case "$CC" in
2806-
clang* ) ;;
2806+
clang* | */clang* ) ;;
28072807
cl* | */cl* | CL* | */CL* )
28082808
if test "$ac_cv_prog_cc_g" = yes ; then
28092809
ac_cv_prog_cc_g=no
@@ -2821,7 +2821,7 @@ CFLAGS="$save_cflags"
28212821
# add automake conditional so we can recognize cl compiler in makefile
28222822
coin_cc_is_cl=false
28232823
case "$CC" in
2824-
clang* ) ;;
2824+
clang* | */clang* ) ;;
28252825
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
28262826
coin_cc_is_cl=true
28272827
;;
@@ -2867,7 +2867,7 @@ if test x"$CFLAGS" = x; then
28672867
case $build in
28682868
*-cygwin* | *-mingw*)
28692869
case "$CC" in
2870-
clang* ) ;;
2870+
clang* | */clang* ) ;;
28712871
cl* | */cl* | CL* | */CL*)
28722872
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
28732873
coin_opt_cflags='-MD -O2'
@@ -3182,7 +3182,7 @@ fi
31823182

31833183
# Correct the LD variable if we are using the MS or Intel-windows compiler
31843184
case "$CC" in
3185-
clang* ) ;;
3185+
clang* | */clang* ) ;;
31863186
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
31873187
LD=link
31883188
;;
@@ -3682,7 +3682,7 @@ fi
36823682

36833683
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
36843684
case "$CXX" in
3685-
clang* ) ;;
3685+
clang* | */clang* ) ;;
36863686
cl* | */cl* | CL* | */CL* )
36873687
if test "$ac_cv_prog_cxx_g" = yes ; then
36883688
ac_cv_prog_cxx_g=no
@@ -3732,7 +3732,7 @@ if test x"$CXXFLAGS" = x; then
37323732
case $build in
37333733
*-cygwin* | *-mingw*)
37343734
case "$CXX" in
3735-
clang* ) ;;
3735+
clang* | */clang* ) ;;
37363736
cl* | */cl* | CL* | */CL*)
37373737
# The MT and MTd options are mutually exclusive
37383738
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
@@ -4055,7 +4055,7 @@ fi
40554055

40564056
# correct the LD variable in a build with MS or Intel-windows compiler
40574057
case "$CXX" in
4058-
clang* ) ;;
4058+
clang* | */clang* ) ;;
40594059
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
40604060
LD=link
40614061
;;
@@ -4091,7 +4091,7 @@ else
40914091
coin_disable_shared=yes
40924092
if test x"$enable_shared" = xyes; then
40934093
case "$CC" in
4094-
clang* )
4094+
clang* | */clang* )
40954095
{ echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
40964096
echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
40974097
;;
@@ -4540,7 +4540,7 @@ fi
45404540

45414541
# Define the identity of the package.
45424542
PACKAGE='cgl'
4543-
VERSION='0.60'
4543+
VERSION='0.60.9'
45444544

45454545

45464546
cat >>confdefs.h <<_ACEOF
@@ -20290,7 +20290,7 @@ fi
2029020290
# sys_lib_search_path_spec
2029120291
*-cygwin* | *-mingw*)
2029220292
case "$CXX" in
20293-
clang* )
20293+
clang* | */clang* )
2029420294
# we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
2029520295
{ echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
2029620296
echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
@@ -20489,7 +20489,7 @@ if test "$dependency_linking" = auto; then
2048920489
case $build in
2049020490
*-cygwin* | *-mingw*)
2049120491
case "$CC" in
20492-
clang* )
20492+
clang* | */clang* )
2049320493
dependency_linking=yes
2049420494
;;
2049520495
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
@@ -27471,7 +27471,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files"
2747127471
echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
2747227472
coin_link_input_cmd="$LN_S"
2747327473
case "$CC" in
27474-
clang* ) ;;
27474+
clang* | */clang* ) ;;
2747527475
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2747627476
coin_link_input_cmd=cp ;;
2747727477
esac
@@ -27485,7 +27485,7 @@ if test x$coin_skip_ac_output != xyes; then
2748527485
# library extension
2748627486

2748727487
case "$CC" in
27488-
clang* )
27488+
clang* | */clang* )
2748927489
LIBEXT=a ;;
2749027490
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2749127491
LIBEXT=lib ;;
@@ -28125,7 +28125,7 @@ _ASBOX
2812528125
} >&5
2812628126
cat >&5 <<_CSEOF
2812728127

28128-
This file was extended by Cgl $as_me 0.60, which was
28128+
This file was extended by Cgl $as_me 0.60.9, which was
2812928129
generated by GNU Autoconf 2.59. Invocation command line was
2813028130

2813128131
CONFIG_FILES = $CONFIG_FILES
@@ -28188,7 +28188,7 @@ _ACEOF
2818828188

2818928189
cat >>$CONFIG_STATUS <<_ACEOF
2819028190
ac_cs_version="\\
28191-
Cgl config.status 0.60
28191+
Cgl config.status 0.60.9
2819228192
configured by $0, generated by GNU Autoconf 2.59,
2819328193
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2819428194

Cgl/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([Cgl],[0.60],[cgl@list.coin-or.org])
15+
AC_INIT([Cgl],[0.60.9],[cgl@list.coin-or.org])
1616

1717
AC_COPYRIGHT([
1818
Copyright 2006 International Business Machines and others.
@@ -41,7 +41,7 @@ AC_CANONICAL_BUILD
4141
# the source root directory contains definition of where to find those
4242
# externals. The following macro ensures that those externals are
4343
# retrieved by svn if they are not there yet.
44-
AC_COIN_PROJECTDIR_INIT(Cgl)
44+
AC_COIN_PROJECTDIR_INIT(Cgl,11:9:10)
4545

4646
# Check if user wants to produce debugging code
4747
AC_COIN_DEBUG_COMPILE(Cgl)

Cgl/src/config_cgl_default.h

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

77
/* Version number of project */
8-
#define CGL_VERSION "0.60"
8+
#define CGL_VERSION "0.60.9"
99

1010
/* Major Version number of project */
1111
#define CGL_VERSION_MAJOR 0
@@ -14,4 +14,4 @@
1414
#define CGL_VERSION_MINOR 60
1515

1616
/* Release Version number of project */
17-
#define CGL_VERSION_RELEASE 9999
17+
#define CGL_VERSION_RELEASE 9

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cgl 0.60
1+
# Cgl 0.60.9
22

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

@@ -90,9 +90,9 @@ Code: [![DOI](https://zenodo.org/badge/173502902.svg)](https://zenodo.org/badge/
9090

9191
## CURRENT BUILD STATUS
9292

93-
[![Windows Builds](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml/badge.svg?branch=stable/0.60)](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml?query=branch%3Astable/0.60)
93+
[![Windows Builds](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml/badge.svg?branch=releases/0.60.9)](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.60.9)
9494

95-
[![Linux and MacOS Builds](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml/badge.svg?branch=stable/0.60)](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml?query=branch%3Astable/0.60)
95+
[![Linux and MacOS Builds](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml/badge.svg?branch=releases/0.60.9)](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.60.9)
9696

9797
## DOWNLOAD
9898

@@ -183,7 +183,7 @@ following on the command line.
183183
```
184184
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
185185
chmod u+x coinbrew
186-
./coinbrew fetch Cgl@0.60
186+
./coinbrew fetch Cgl@0.60.9
187187
./coinbrew build Cgl
188188
```
189189
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -206,10 +206,10 @@ make install
206206
207207
If you have `Doxygen` available, you can build a HTML documentation by typing
208208
209-
`make doxygen-docs`
209+
`make doxydoc`
210210
211211
in the build directory. If Cgl was built via `coinbrew`, then the build
212-
directory will be `./build/Cgl/0.60` by default. The doxygen documentation main file
212+
directory will be `./build/Cgl/0.60.9` by default. The doxygen documentation main file
213213
is found at `<build-dir>/doxydoc/html/index.html`.
214214
215215
If you don't have `doxygen` installed locally, you can use also find the

0 commit comments

Comments
 (0)