Skip to content

Commit e704884

Browse files
committed
version number updates for release 0.60.7
1 parent 639f127 commit e704884

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

Cgl/configure

Lines changed: 11 additions & 11 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.7.
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.7'
433+
PACKAGE_STRING='Cgl 0.60.7'
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.7 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.7:";;
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.7
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.7, 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:7: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.7'
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.7, 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.7
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],[[email protected]])
15+
AC_INIT([Cgl],[0.60.7],[[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:7: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.7"
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 7

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Cgl 0.60
1+
# Cgl 0.60.7
22

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

55
Projects such as this one are maintained by a small group of volunteers under
66
the auspices of the non-profit [COIN-OR Foundation](https://www.coin-or.org)
77
and we need your help! Please consider [sponsoring our
8-
activities](https://github.com/sponsors/coin-or).
8+
activities](https://github.com/sponsors/coin-or) or [volunteering](mailto:[email protected]) to help!
99

1010
[![Latest Release](https://img.shields.io/github/v/release/coin-or/Cgl?sort=semver)](https://github.com/coin-or/Cgl/releases)
1111

@@ -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.7)](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.60.7)
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.7)](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.60.7)
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].7
187187
./coinbrew build Cgl
188188
```
189189
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -209,7 +209,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing
209209
`make doxygen-docs`
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.7` 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
@@ -223,7 +223,7 @@ documentation [here](http://coin-or.github.io/Cgl/Doxygen).
223223
* [COIN-OR general discussion forum](https://github.com/orgs/coin-or/discussions)
224224
* [Cgl Discussion forum](https://github.com/coin-or/Cgl/discussions)
225225
* [Report a bug](https://github.com/coin-or/Cgl/issues/new)
226-
* [Doxygen-generated html documentation](http://coin-or.github.io/Cgl/Doxygen)
226+
* [Doxygen generated documentation](http://coin-or.github.io/Cgl/Doxygen)
227227
228228
---------
229229

configure

Lines changed: 10 additions & 10 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.7.
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.7'
434+
PACKAGE_STRING='Cgl 0.60.7'
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.7 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.7:";;
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.7
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.7, 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.7'
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.7, 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.7
2246122461
configured by $0, generated by GNU Autoconf 2.59,
2246222462
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2246322463

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.7],[[email protected]])
1616

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

0 commit comments

Comments
 (0)