Skip to content

Commit 7b9daa6

Browse files
committed
version number updates for release 1.17.9
1 parent 4487c75 commit 7b9daa6

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed

Clp/configure

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

436436
ac_unique_file="src/ClpSimplex.cpp"
@@ -1025,7 +1025,7 @@ if test "$ac_init_help" = "long"; then
10251025
# Omit some internal or obsolete options to make the list less imposing.
10261026
# This message is too long to be a string in the A/UX 3.1 sh.
10271027
cat <<_ACEOF
1028-
\`configure' configures Clp 1.17 to adapt to many kinds of systems.
1028+
\`configure' configures Clp 1.17.9 to adapt to many kinds of systems.
10291029

10301030
Usage: $0 [OPTION]... [VAR=VALUE]...
10311031

@@ -1091,7 +1091,7 @@ fi
10911091

10921092
if test -n "$ac_init_help"; then
10931093
case $ac_init_help in
1094-
short | recursive ) echo "Configuration of Clp 1.17:";;
1094+
short | recursive ) echo "Configuration of Clp 1.17.9:";;
10951095
esac
10961096
cat <<\_ACEOF
10971097

@@ -1314,7 +1314,7 @@ fi
13141314
test -n "$ac_init_help" && exit 0
13151315
if $ac_init_version; then
13161316
cat <<\_ACEOF
1317-
Clp configure 1.17
1317+
Clp configure 1.17.9
13181318
generated by GNU Autoconf 2.59
13191319

13201320
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1334,7 +1334,7 @@ cat >&5 <<_ACEOF
13341334
This file contains any messages produced by compilers while
13351335
running configure, to aid debugging if configure makes a mistake.
13361336

1337-
It was created by Clp $as_me 1.17, which was
1337+
It was created by Clp $as_me 1.17.9, which was
13381338
generated by GNU Autoconf 2.59. Invocation command line was
13391339

13401340
$ $0 $@
@@ -1860,7 +1860,7 @@ _ACEOF
18601860

18611861

18621862
# Capture libtool library version, if given.
1863-
1863+
coin_libversion=15:9:14
18641864

18651865

18661866

@@ -4567,7 +4567,7 @@ fi
45674567

45684568
# Define the identity of the package.
45694569
PACKAGE='clp'
4570-
VERSION='1.17'
4570+
VERSION='1.17.9'
45714571

45724572

45734573
cat >>confdefs.h <<_ACEOF
@@ -32964,7 +32964,7 @@ _ASBOX
3296432964
} >&5
3296532965
cat >&5 <<_CSEOF
3296632966

32967-
This file was extended by Clp $as_me 1.17, which was
32967+
This file was extended by Clp $as_me 1.17.9, which was
3296832968
generated by GNU Autoconf 2.59. Invocation command line was
3296932969

3297032970
CONFIG_FILES = $CONFIG_FILES
@@ -33027,7 +33027,7 @@ _ACEOF
3302733027

3302833028
cat >>$CONFIG_STATUS <<_ACEOF
3302933029
ac_cs_version="\\
33030-
Clp config.status 1.17
33030+
Clp config.status 1.17.9
3303133031
configured by $0, generated by GNU Autoconf 2.59,
3303233032
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3303333033

@@ -34245,8 +34245,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;}
3424534245
done
3424634246
fi
3424734247

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

Clp/configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
AC_PREREQ(2.59)
1414

15-
AC_INIT([Clp],[1.17],[clp@list.coin-or.org])
15+
AC_INIT([Clp],[1.17.9],[clp@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(Clp)
44+
AC_COIN_PROJECTDIR_INIT(Clp,15:9:14)
4545

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

Clp/src/config_clp_default.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/***************************************************************************/
66

77
/* Version number of project */
8-
#define CLP_VERSION "1.17"
8+
#define CLP_VERSION "1.17.9"
99

1010
/* Major Version number of project */
1111
#define CLP_VERSION_MAJOR 1
@@ -14,7 +14,7 @@
1414
#define CLP_VERSION_MINOR 17
1515

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

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

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clp 1.17
1+
# Clp 1.17.9
22

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

@@ -43,9 +43,9 @@ Code: [![DOI](https://zenodo.org/badge/173496299.svg)](https://zenodo.org/badge/
4343

4444
## CURRENT BUILD STATUS
4545

46-
[![Windows Builds](https://github.com/coin-or/Clp/actions/workflows/windows-ci.yml/badge.svg?branch=stable/1.17)](https://github.com/coin-or/Clp/actions/workflows/windows-ci.yml?query=branch%3Astable/1.17)
46+
[![Windows Builds](https://github.com/coin-or/Clp/actions/workflows/windows-ci.yml/badge.svg?branch=releases/1.17.9)](https://github.com/coin-or/Clp/actions/workflows/windows-ci.yml?query=branch%3Areleases/1.17.9)
4747

48-
[![Linux and MacOS Builds](https://github.com/coin-or/Clp/actions/workflows/linux-ci.yml/badge.svg?branch=stable/1.17)](https://github.com/coin-or/Clp/actions/workflows/linux-ci.yml?query=branch%3Astable/1.17)
48+
[![Linux and MacOS Builds](https://github.com/coin-or/Clp/actions/workflows/linux-ci.yml/badge.svg?branch=releases/1.17.9)](https://github.com/coin-or/Clp/actions/workflows/linux-ci.yml?query=branch%3Areleases/1.17.9)
4949

5050
## DOWNLOAD
5151

@@ -136,7 +136,7 @@ following on the command line.
136136
```
137137
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
138138
chmod u+x coinbrew
139-
./coinbrew fetch Clp@1.17
139+
./coinbrew fetch Clp@1.17.9
140140
./coinbrew build Clp
141141
```
142142
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -199,7 +199,7 @@ works well.
199199
There are examples in [examples](examples). To create an executable, build
200200
with `coinbrew` as above and then do
201201
```
202-
cd build/Cbc/1.17/examples
202+
cd build/Cbc/1.17.9/examples
203203
make DRIVER=minimum #build the driver minimum.cpp
204204
```
205205
or whichever driver you want. A list is in [Makefile](Makefile.in).
@@ -220,10 +220,10 @@ Other ones can get complicated so start simple and work your way up.
220220
221221
If you have `Doxygen` available, you can build a HTML documentation by typing
222222
223-
`make doxygen-docs`
223+
`make doxydoc`
224224
225225
in the build directory. If Clp was built via `coinbrew`, then the build
226-
directory will be `./build/Clp/1.17` by default. The doxygen documentation main file
226+
directory will be `./build/Clp/1.17.9` by default. The doxygen documentation main file
227227
is found at `<build-dir>/doxydoc/html/index.html`.
228228
229229
If you don't have `doxygen` installed locally, you can use also find the

configure

+12-12
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 Clp 1.17.
4+
# Generated by GNU Autoconf 2.59 for Clp 1.17.9.
55
#
66
# Report bugs to <coin-clp@lists.coin-or.org>.
77
#
@@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
430430
# Identity of this package.
431431
PACKAGE_NAME='Clp'
432432
PACKAGE_TARNAME='clp'
433-
PACKAGE_VERSION='1.17'
434-
PACKAGE_STRING='Clp 1.17'
433+
PACKAGE_VERSION='1.17.9'
434+
PACKAGE_STRING='Clp 1.17.9'
435435
PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org'
436436

437437
ac_unique_file="configure.ac"
@@ -1037,7 +1037,7 @@ if test "$ac_init_help" = "long"; then
10371037
# Omit some internal or obsolete options to make the list less imposing.
10381038
# This message is too long to be a string in the A/UX 3.1 sh.
10391039
cat <<_ACEOF
1040-
\`configure' configures Clp 1.17 to adapt to many kinds of systems.
1040+
\`configure' configures Clp 1.17.9 to adapt to many kinds of systems.
10411041

10421042
Usage: $0 [OPTION]... [VAR=VALUE]...
10431043

@@ -1103,7 +1103,7 @@ fi
11031103

11041104
if test -n "$ac_init_help"; then
11051105
case $ac_init_help in
1106-
short | recursive ) echo "Configuration of Clp 1.17:";;
1106+
short | recursive ) echo "Configuration of Clp 1.17.9:";;
11071107
esac
11081108
cat <<\_ACEOF
11091109

@@ -1316,7 +1316,7 @@ fi
13161316
test -n "$ac_init_help" && exit 0
13171317
if $ac_init_version; then
13181318
cat <<\_ACEOF
1319-
Clp configure 1.17
1319+
Clp configure 1.17.9
13201320
generated by GNU Autoconf 2.59
13211321

13221322
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1336,7 +1336,7 @@ cat >&5 <<_ACEOF
13361336
This file contains any messages produced by compilers while
13371337
running configure, to aid debugging if configure makes a mistake.
13381338

1339-
It was created by Clp $as_me 1.17, which was
1339+
It was created by Clp $as_me 1.17.9, which was
13401340
generated by GNU Autoconf 2.59. Invocation command line was
13411341

13421342
$ $0 $@
@@ -5093,7 +5093,7 @@ fi
50935093

50945094
# Define the identity of the package.
50955095
PACKAGE='clp'
5096-
VERSION='1.17'
5096+
VERSION='1.17.9'
50975097

50985098

50995099
cat >>confdefs.h <<_ACEOF
@@ -22975,7 +22975,7 @@ _ASBOX
2297522975
} >&5
2297622976
cat >&5 <<_CSEOF
2297722977

22978-
This file was extended by Clp $as_me 1.17, which was
22978+
This file was extended by Clp $as_me 1.17.9, which was
2297922979
generated by GNU Autoconf 2.59. Invocation command line was
2298022980

2298122981
CONFIG_FILES = $CONFIG_FILES
@@ -23033,7 +23033,7 @@ _ACEOF
2303323033

2303423034
cat >>$CONFIG_STATUS <<_ACEOF
2303523035
ac_cs_version="\\
23036-
Clp config.status 1.17
23036+
Clp config.status 1.17.9
2303723037
configured by $0, generated by GNU Autoconf 2.59,
2303823038
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2303923039

@@ -24056,8 +24056,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;}
2405624056
done
2405724057
fi
2405824058

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

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
AC_PREREQ(2.59)
1414

15-
AC_INIT([Clp],[1.17],[coin-clp@lists.coin-or.org])
15+
AC_INIT([Clp],[1.17.9],[coin-clp@lists.coin-or.org])
1616

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

0 commit comments

Comments
 (0)