Skip to content

Commit a01f62e

Browse files
committed
version number updates for release 0.60.8
1 parent 8a4f525 commit a01f62e

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

Cgl/configure

Lines changed: 13 additions & 13 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.8.
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='Cgl'
431431
PACKAGE_TARNAME='cgl'
432-
PACKAGE_VERSION='0.60'
433-
PACKAGE_STRING='Cgl 0.60'
432+
PACKAGE_VERSION='0.60.8'
433+
PACKAGE_STRING='Cgl 0.60.8'
434434
PACKAGE_BUGREPORT='[email protected]'
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.8 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.8:";;
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.8
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.8, 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:8:10
18371837

18381838

18391839

@@ -4540,7 +4540,7 @@ fi
45404540

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

45454545

45464546
cat >>confdefs.h <<_ACEOF
@@ -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.8, 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.8
2819228192
configured by $0, generated by GNU Autoconf 2.59,
2819328193
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2819428194

@@ -29419,8 +29419,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;}
2941929419
done
2942029420
fi
2942129421

29422-
{ echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5
29423-
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;}
29422+
{ 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
29423+
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;}
2942429424
if test x$coin_projectdir = xyes; then
2942529425
{ echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5
2942629426
echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;}

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],[[email protected]])
15+
AC_INIT([Cgl],[0.60.8],[[email protected]])
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:8: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.8"
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 8

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.8
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.8)](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.60.8)
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.8)](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.60.8)
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 [email protected]
186+
./coinbrew fetch [email protected].8
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.8` 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

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac 0.9.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.59 for Cgl 0.60.
4+
# Generated by GNU Autoconf 2.59 for Cgl 0.60.8.
55
#
66
# Report bugs to <[email protected]>.
77
#
@@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
430430
# Identity of this package.
431431
PACKAGE_NAME='Cgl'
432432
PACKAGE_TARNAME='cgl'
433-
PACKAGE_VERSION='0.60'
434-
PACKAGE_STRING='Cgl 0.60'
433+
PACKAGE_VERSION='0.60.8'
434+
PACKAGE_STRING='Cgl 0.60.8'
435435
PACKAGE_BUGREPORT='[email protected]'
436436

437437
ac_unique_file="configure.ac"
@@ -1033,7 +1033,7 @@ if test "$ac_init_help" = "long"; then
10331033
# Omit some internal or obsolete options to make the list less imposing.
10341034
# This message is too long to be a string in the A/UX 3.1 sh.
10351035
cat <<_ACEOF
1036-
\`configure' configures Cgl 0.60 to adapt to many kinds of systems.
1036+
\`configure' configures Cgl 0.60.8 to adapt to many kinds of systems.
10371037

10381038
Usage: $0 [OPTION]... [VAR=VALUE]...
10391039

@@ -1099,7 +1099,7 @@ fi
10991099

11001100
if test -n "$ac_init_help"; then
11011101
case $ac_init_help in
1102-
short | recursive ) echo "Configuration of Cgl 0.60:";;
1102+
short | recursive ) echo "Configuration of Cgl 0.60.8:";;
11031103
esac
11041104
cat <<\_ACEOF
11051105

@@ -1296,7 +1296,7 @@ fi
12961296
test -n "$ac_init_help" && exit 0
12971297
if $ac_init_version; then
12981298
cat <<\_ACEOF
1299-
Cgl configure 0.60
1299+
Cgl configure 0.60.8
13001300
generated by GNU Autoconf 2.59
13011301

13021302
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1316,7 +1316,7 @@ cat >&5 <<_ACEOF
13161316
This file contains any messages produced by compilers while
13171317
running configure, to aid debugging if configure makes a mistake.
13181318

1319-
It was created by Cgl $as_me 0.60, which was
1319+
It was created by Cgl $as_me 0.60.8, which was
13201320
generated by GNU Autoconf 2.59. Invocation command line was
13211321

13221322
$ $0 $@
@@ -5073,7 +5073,7 @@ fi
50735073

50745074
# Define the identity of the package.
50755075
PACKAGE='cgl'
5076-
VERSION='0.60'
5076+
VERSION='0.60.8'
50775077

50785078

50795079
cat >>confdefs.h <<_ACEOF
@@ -22399,7 +22399,7 @@ _ASBOX
2239922399
} >&5
2240022400
cat >&5 <<_CSEOF
2240122401

22402-
This file was extended by Cgl $as_me 0.60, which was
22402+
This file was extended by Cgl $as_me 0.60.8, which was
2240322403
generated by GNU Autoconf 2.59. Invocation command line was
2240422404

2240522405
CONFIG_FILES = $CONFIG_FILES
@@ -22457,7 +22457,7 @@ _ACEOF
2245722457

2245822458
cat >>$CONFIG_STATUS <<_ACEOF
2245922459
ac_cs_version="\\
22460-
Cgl config.status 0.60
22460+
Cgl config.status 0.60.8
2246122461
configured by $0, generated by GNU Autoconf 2.59,
2246222462
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2246322463

@@ -23480,8 +23480,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;}
2348023480
done
2348123481
fi
2348223482

23483-
{ echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5
23484-
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;}
23483+
{ 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
23484+
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;}
2348523485
if test x$coin_projectdir = xyes; then
2348623486
{ echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5
2348723487
echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;}

configure.ac

Lines changed: 1 addition & 1 deletion
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],[[email protected]])
15+
AC_INIT([Cgl],[0.60.8],[[email protected]])
1616

1717
AC_COPYRIGHT([
1818
Copyright 2006 International Business Machines and others.

0 commit comments

Comments
 (0)