Skip to content

Commit 6cec62f

Browse files
committed
version number updates for release 2.10.7
1 parent 73955bb commit 6cec62f

File tree

6 files changed

+33
-34
lines changed

6 files changed

+33
-34
lines changed

Cbc/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 Cbc 2.10.
3+
# Generated by GNU Autoconf 2.59 for Cbc 2.10.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='Cbc'
431431
PACKAGE_TARNAME='cbc'
432-
PACKAGE_VERSION='2.10'
433-
PACKAGE_STRING='Cbc 2.10'
432+
PACKAGE_VERSION='2.10.7'
433+
PACKAGE_STRING='Cbc 2.10.7'
434434
PACKAGE_BUGREPORT='[email protected]'
435435

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

@@ -1324,7 +1324,7 @@ fi
13241324
test -n "$ac_init_help" && exit 0
13251325
if $ac_init_version; then
13261326
cat <<\_ACEOF
1327-
Cbc configure 2.10
1327+
Cbc configure 2.10.7
13281328
generated by GNU Autoconf 2.59
13291329

13301330
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1344,7 +1344,7 @@ cat >&5 <<_ACEOF
13441344
This file contains any messages produced by compilers while
13451345
running configure, to aid debugging if configure makes a mistake.
13461346

1347-
It was created by Cbc $as_me 2.10, which was
1347+
It was created by Cbc $as_me 2.10.7, which was
13481348
generated by GNU Autoconf 2.59. Invocation command line was
13491349

13501350
$ $0 $@
@@ -1870,7 +1870,7 @@ _ACEOF
18701870

18711871

18721872
# Capture libtool library version, if given.
1873-
1873+
coin_libversion=13:7:10
18741874

18751875

18761876

@@ -4577,7 +4577,7 @@ fi
45774577

45784578
# Define the identity of the package.
45794579
PACKAGE='cbc'
4580-
VERSION='2.10'
4580+
VERSION='2.10.7'
45814581

45824582

45834583
cat >>confdefs.h <<_ACEOF
@@ -32542,7 +32542,7 @@ _ASBOX
3254232542
} >&5
3254332543
cat >&5 <<_CSEOF
3254432544

32545-
This file was extended by Cbc $as_me 2.10, which was
32545+
This file was extended by Cbc $as_me 2.10.7, which was
3254632546
generated by GNU Autoconf 2.59. Invocation command line was
3254732547

3254832548
CONFIG_FILES = $CONFIG_FILES
@@ -32605,7 +32605,7 @@ _ACEOF
3260532605

3260632606
cat >>$CONFIG_STATUS <<_ACEOF
3260732607
ac_cs_version="\\
32608-
Cbc config.status 2.10
32608+
Cbc config.status 2.10.7
3260932609
configured by $0, generated by GNU Autoconf 2.59,
3261032610
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3261132611

Cbc/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([Cbc],[2.10],[[email protected]])
15+
AC_INIT([Cbc],[2.10.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(Cbc)
44+
AC_COIN_PROJECTDIR_INIT(Cbc,13:7:10)
4545

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

Cbc/src/config_cbc_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 CBC_VERSION "2.10"
8+
#define CBC_VERSION "2.10.7"
99

1010
/* Major Version number of project */
1111
#define CBC_VERSION_MAJOR 2
@@ -14,7 +14,7 @@
1414
#define CBC_VERSION_MINOR 10
1515

1616
/* Release Version number of project */
17-
#define CBC_VERSION_RELEASE 9999
17+
#define CBC_VERSION_RELEASE 7
1818

1919
/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
2020
*/

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cbc 2.10
1+
# Cbc 2.10.7
22

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

@@ -63,12 +63,11 @@ The Cbc development site is https://github.com/coin-or/Cbc.
6363

6464
Code: [![DOI](https://zenodo.org/badge/173509563.svg)](https://zenodo.org/badge/latestdoi/173509563)
6565

66-
6766
## CURRENT BUILD STATUS
6867

69-
[![Windows Builds](https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml/badge.svg?branch=stable/2.10)](https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml?query=branch%3Astable/2.10)
68+
[![Windows Builds](https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml/badge.svg?branch=releases/2.10.7)](https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml?query=branch%3Areleases/2.10.7)
7069

71-
[![Linux and MacOS Builds](https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml/badge.svg?branch=stable/2.10)](https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml?query=branch%3Astable/2.10)
70+
[![Linux and MacOS Builds](https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml/badge.svg?branch=releases/2.10.7)](https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml?query=branch%3Areleases/2.10.7)
7271

7372
## DOWNLOAD
7473

@@ -104,8 +103,8 @@ If binaries are not available for your platform for the latest version and you w
104103
Source code can be obtained either by
105104

106105
* Downloading a snapshot of the source code for the latest release version of Cbc from the
107-
[releases](https://github.com/coin-or/Cbc/releases) page.
108-
* Cloning this repository from [Github](https://github.com/coin-or/Cbc) or
106+
[releases](https://github.com/coin-or/Cbc/releases) page,
107+
* Cloning this repository from [Github](https://github.com/coin-or/Cbc), or
109108
* Using the [coinbrew](https://github.com/coin-or/coinbrew) script to get the project and all dependencies (recommended, see below).
110109

111110
### Dependencies
@@ -130,7 +129,7 @@ following on the command line.
130129
```
131130
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
132131
chmod u+x coinbrew
133-
./coinbrew fetch [email protected]
132+
./coinbrew fetch [email protected].7
134133
./coinbrew build Cbc
135134
```
136135
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -208,7 +207,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing
208207
`make doxygen-docs`
209208

210209
in the build directory. If Cbc was built via `coinbrew`, then the build
211-
directory will be `./build/Cbc/2.10` by default. The doxygen documentation main file
210+
directory will be `./build/Cbc/2.10.7` by default. The doxygen documentation main file
212211
is found at `<build-dir>/doxydoc/html/index.html`.
213212

214213
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 Cbc 2.10.
4+
# Generated by GNU Autoconf 2.59 for Cbc 2.10.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='Cbc'
432432
PACKAGE_TARNAME='cbc'
433-
PACKAGE_VERSION='2.10'
434-
PACKAGE_STRING='Cbc 2.10'
433+
PACKAGE_VERSION='2.10.7'
434+
PACKAGE_STRING='Cbc 2.10.7'
435435
PACKAGE_BUGREPORT='[email protected]'
436436

437437
ac_unique_file="configure.ac"
@@ -1042,7 +1042,7 @@ if test "$ac_init_help" = "long"; then
10421042
# Omit some internal or obsolete options to make the list less imposing.
10431043
# This message is too long to be a string in the A/UX 3.1 sh.
10441044
cat <<_ACEOF
1045-
\`configure' configures Cbc 2.10 to adapt to many kinds of systems.
1045+
\`configure' configures Cbc 2.10.7 to adapt to many kinds of systems.
10461046

10471047
Usage: $0 [OPTION]... [VAR=VALUE]...
10481048

@@ -1108,7 +1108,7 @@ fi
11081108

11091109
if test -n "$ac_init_help"; then
11101110
case $ac_init_help in
1111-
short | recursive ) echo "Configuration of Cbc 2.10:";;
1111+
short | recursive ) echo "Configuration of Cbc 2.10.7:";;
11121112
esac
11131113
cat <<\_ACEOF
11141114

@@ -1336,7 +1336,7 @@ fi
13361336
test -n "$ac_init_help" && exit 0
13371337
if $ac_init_version; then
13381338
cat <<\_ACEOF
1339-
Cbc configure 2.10
1339+
Cbc configure 2.10.7
13401340
generated by GNU Autoconf 2.59
13411341

13421342
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1356,7 +1356,7 @@ cat >&5 <<_ACEOF
13561356
This file contains any messages produced by compilers while
13571357
running configure, to aid debugging if configure makes a mistake.
13581358

1359-
It was created by Cbc $as_me 2.10, which was
1359+
It was created by Cbc $as_me 2.10.7, which was
13601360
generated by GNU Autoconf 2.59. Invocation command line was
13611361

13621362
$ $0 $@
@@ -5113,7 +5113,7 @@ fi
51135113

51145114
# Define the identity of the package.
51155115
PACKAGE='cbc'
5116-
VERSION='2.10'
5116+
VERSION='2.10.7'
51175117

51185118

51195119
cat >>confdefs.h <<_ACEOF
@@ -23559,7 +23559,7 @@ _ASBOX
2355923559
} >&5
2356023560
cat >&5 <<_CSEOF
2356123561

23562-
This file was extended by Cbc $as_me 2.10, which was
23562+
This file was extended by Cbc $as_me 2.10.7, which was
2356323563
generated by GNU Autoconf 2.59. Invocation command line was
2356423564

2356523565
CONFIG_FILES = $CONFIG_FILES
@@ -23617,7 +23617,7 @@ _ACEOF
2361723617

2361823618
cat >>$CONFIG_STATUS <<_ACEOF
2361923619
ac_cs_version="\\
23620-
Cbc config.status 2.10
23620+
Cbc config.status 2.10.7
2362123621
configured by $0, generated by GNU Autoconf 2.59,
2362223622
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2362323623

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([Cbc],[2.10],[[email protected]])
15+
AC_INIT([Cbc],[2.10.7],[[email protected]])
1616

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

0 commit comments

Comments
 (0)