-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version number updates for release 0.60.8
- Loading branch information
Showing
6 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.59 for Cgl 0.60. | ||
# Generated by GNU Autoconf 2.59 for Cgl 0.60.8. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='Cgl' | ||
PACKAGE_TARNAME='cgl' | ||
PACKAGE_VERSION='0.60' | ||
PACKAGE_STRING='Cgl 0.60' | ||
PACKAGE_VERSION='0.60.8' | ||
PACKAGE_STRING='Cgl 0.60.8' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="src/CglMessage.hpp" | ||
|
@@ -1009,7 +1009,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures Cgl 0.60 to adapt to many kinds of systems. | ||
\`configure' configures Cgl 0.60.8 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1075,7 +1075,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of Cgl 0.60:";; | ||
short | recursive ) echo "Configuration of Cgl 0.60.8:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1287,7 +1287,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
Cgl configure 0.60 | ||
Cgl configure 0.60.8 | ||
generated by GNU Autoconf 2.59 | ||
|
||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -1307,7 +1307,7 @@ cat >&5 <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by Cgl $as_me 0.60, which was | ||
It was created by Cgl $as_me 0.60.8, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -1833,7 +1833,7 @@ _ACEOF | |
|
||
|
||
# Capture libtool library version, if given. | ||
|
||
coin_libversion=11:8:10 | ||
|
||
|
||
|
||
|
@@ -4540,7 +4540,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='cgl' | ||
VERSION='0.60' | ||
VERSION='0.60.8' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -28125,7 +28125,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
|
||
This file was extended by Cgl $as_me 0.60, which was | ||
This file was extended by Cgl $as_me 0.60.8, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -28188,7 +28188,7 @@ _ACEOF | |
|
||
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
Cgl config.status 0.60 | ||
Cgl config.status 0.60.8 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
||
|
@@ -29419,8 +29419,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;} | |
done | ||
fi | ||
|
||
{ echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 | ||
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} | ||
{ 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 | ||
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;} | ||
if test x$coin_projectdir = xyes; then | ||
{ echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 | ||
echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT([Cgl],[0.60],[[email protected]]) | ||
AC_INIT([Cgl],[0.60.8],[[email protected]]) | ||
|
||
AC_COPYRIGHT([ | ||
Copyright 2006 International Business Machines and others. | ||
|
@@ -41,7 +41,7 @@ AC_CANONICAL_BUILD | |
# the source root directory contains definition of where to find those | ||
# externals. The following macro ensures that those externals are | ||
# retrieved by svn if they are not there yet. | ||
AC_COIN_PROJECTDIR_INIT(Cgl) | ||
AC_COIN_PROJECTDIR_INIT(Cgl,11:8:10) | ||
|
||
# Check if user wants to produce debugging code | ||
AC_COIN_DEBUG_COMPILE(Cgl) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Cgl 0.60 | ||
# Cgl 0.60.8 | ||
|
||
[![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org) | ||
|
||
|
@@ -90,9 +90,9 @@ Code: [![DOI](https://zenodo.org/badge/173502902.svg)](https://zenodo.org/badge/ | |
|
||
## CURRENT BUILD STATUS | ||
|
||
[![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) | ||
[![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) | ||
|
||
[![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) | ||
[![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) | ||
|
||
## DOWNLOAD | ||
|
||
|
@@ -183,7 +183,7 @@ following on the command line. | |
``` | ||
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew | ||
chmod u+x coinbrew | ||
./coinbrew fetch [email protected] | ||
./coinbrew fetch [email protected].8 | ||
./coinbrew build Cgl | ||
``` | ||
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew. | ||
|
@@ -206,10 +206,10 @@ make install | |
|
||
If you have `Doxygen` available, you can build a HTML documentation by typing | ||
|
||
`make doxygen-docs` | ||
`make doxydoc` | ||
|
||
in the build directory. If Cgl was built via `coinbrew`, then the build | ||
directory will be `./build/Cgl/0.60` by default. The doxygen documentation main file | ||
directory will be `./build/Cgl/0.60.8` by default. The doxygen documentation main file | ||
is found at `<build-dir>/doxydoc/html/index.html`. | ||
|
||
If you don't have `doxygen` installed locally, you can use also find the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/sh | ||
# From configure.ac 0.9. | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.59 for Cgl 0.60. | ||
# Generated by GNU Autoconf 2.59 for Cgl 0.60.8. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='Cgl' | ||
PACKAGE_TARNAME='cgl' | ||
PACKAGE_VERSION='0.60' | ||
PACKAGE_STRING='Cgl 0.60' | ||
PACKAGE_VERSION='0.60.8' | ||
PACKAGE_STRING='Cgl 0.60.8' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="configure.ac" | ||
|
@@ -1033,7 +1033,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures Cgl 0.60 to adapt to many kinds of systems. | ||
\`configure' configures Cgl 0.60.8 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1099,7 +1099,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of Cgl 0.60:";; | ||
short | recursive ) echo "Configuration of Cgl 0.60.8:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1296,7 +1296,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
Cgl configure 0.60 | ||
Cgl configure 0.60.8 | ||
generated by GNU Autoconf 2.59 | ||
|
||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -1316,7 +1316,7 @@ cat >&5 <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by Cgl $as_me 0.60, which was | ||
It was created by Cgl $as_me 0.60.8, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -5073,7 +5073,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='cgl' | ||
VERSION='0.60' | ||
VERSION='0.60.8' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -22399,7 +22399,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
|
||
This file was extended by Cgl $as_me 0.60, which was | ||
This file was extended by Cgl $as_me 0.60.8, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -22457,7 +22457,7 @@ _ACEOF | |
|
||
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
Cgl config.status 0.60 | ||
Cgl config.status 0.60.8 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
||
|
@@ -23480,8 +23480,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;} | |
done | ||
fi | ||
|
||
{ echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 | ||
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} | ||
{ 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 | ||
echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;} | ||
if test x$coin_projectdir = xyes; then | ||
{ echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 | ||
echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT([Cgl],[0.60],[[email protected]]) | ||
AC_INIT([Cgl],[0.60.8],[[email protected]]) | ||
|
||
AC_COPYRIGHT([ | ||
Copyright 2006 International Business Machines and others. | ||
|