Skip to content

Commit bb7d5bd

Browse files
committed
version number updates for release 0.60.5
1 parent f798306 commit bb7d5bd

File tree

6 files changed

+33
-34
lines changed

6 files changed

+33
-34
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.5.
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.5'
433+
PACKAGE_STRING='Cgl 0.60.5'
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.5 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.5:";;
10791079
esac
10801080
cat <<\_ACEOF
10811081

@@ -1284,7 +1284,7 @@ fi
12841284
test -n "$ac_init_help" && exit 0
12851285
if $ac_init_version; then
12861286
cat <<\_ACEOF
1287-
Cgl configure 0.60
1287+
Cgl configure 0.60.5
12881288
generated by GNU Autoconf 2.59
12891289

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

1307-
It was created by Cgl $as_me 0.60, which was
1307+
It was created by Cgl $as_me 0.60.5, which was
13081308
generated by GNU Autoconf 2.59. Invocation command line was
13091309

13101310
$ $0 $@
@@ -1830,7 +1830,7 @@ _ACEOF
18301830

18311831

18321832
# Capture libtool library version, if given.
1833-
1833+
coin_libversion=11:5:10
18341834

18351835

18361836

@@ -4537,7 +4537,7 @@ fi
45374537

45384538
# Define the identity of the package.
45394539
PACKAGE='cgl'
4540-
VERSION='0.60'
4540+
VERSION='0.60.5'
45414541

45424542

45434543
cat >>confdefs.h <<_ACEOF
@@ -27598,7 +27598,7 @@ _ASBOX
2759827598
} >&5
2759927599
cat >&5 <<_CSEOF
2760027600

27601-
This file was extended by Cgl $as_me 0.60, which was
27601+
This file was extended by Cgl $as_me 0.60.5, which was
2760227602
generated by GNU Autoconf 2.59. Invocation command line was
2760327603

2760427604
CONFIG_FILES = $CONFIG_FILES
@@ -27661,7 +27661,7 @@ _ACEOF
2766127661

2766227662
cat >>$CONFIG_STATUS <<_ACEOF
2766327663
ac_cs_version="\\
27664-
Cgl config.status 0.60
27664+
Cgl config.status 0.60.5
2766527665
configured by $0, generated by GNU Autoconf 2.59,
2766627666
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2766727667

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.5],[[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:5: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.5"
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 5

README.md

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

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

@@ -83,12 +83,11 @@ The Cgl development site is https://github.com/coin-or/Cgl.
8383

8484
Code: [![DOI](https://zenodo.org/badge/173502902.svg)](https://zenodo.org/badge/latestdoi/173502902)
8585

86-
8786
## CURRENT BUILD STATUS
8887

89-
[![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)
88+
[![Windows Builds](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml/badge.svg?branch=releases/0.60.5)](https://github.com/coin-or/Cgl/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.60.5)
9089

91-
[![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)
90+
[![Linux and MacOS Builds](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml/badge.svg?branch=releases/0.60.5)](https://github.com/coin-or/Cgl/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.60.5)
9291

9392
## DOWNLOAD
9493

@@ -124,8 +123,8 @@ If binaries are not available for your platform for the latest version and you w
124123
Source code can be obtained either by
125124

126125
* Downloading a snapshot of the source code for the latest release version of Cgl from the
127-
[releases](https://github.com/coin-or/Cgl/releases) page.
128-
* Cloning this repository from [Github](https://github.com/coin-or/Cgl) or
126+
[releases](https://github.com/coin-or/Cgl/releases) page,
127+
* Cloning this repository from [Github](https://github.com/coin-or/Cgl), or
129128
* Using the [coinbrew](https://github.com/coin-or/coinbrew) script to get the project and all dependencies (recommended, see below).
130129

131130
### Dependencies
@@ -150,7 +149,7 @@ following on the command line.
150149
```
151150
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
152151
chmod u+x coinbrew
153-
./coinbrew fetch [email protected]
152+
./coinbrew fetch [email protected].5
154153
./coinbrew build Cgl
155154
```
156155
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -176,7 +175,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing
176175
`make doxygen-docs`
177176

178177
in the build directory. If Cgl was built via `coinbrew`, then the build
179-
directory will be `./build/Cgl/0.60` by default. The doxygen documentation main file
178+
directory will be `./build/Cgl/0.60.5` by default. The doxygen documentation main file
180179
is found at `<build-dir>/doxydoc/html/index.html`.
181180

182181
If you don't have `doxygen` installed locally, you can use also find the

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.5.
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.5'
434+
PACKAGE_STRING='Cgl 0.60.5'
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.5 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.5:";;
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.5
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.5, 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.5'
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.5, 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.5
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.5],[[email protected]])
1616

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

0 commit comments

Comments
 (0)