-
Notifications
You must be signed in to change notification settings - Fork 41
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.108.7
- Loading branch information
Showing
7 changed files
with
77 additions
and
68 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
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 Osi 0.108. | ||
# Generated by GNU Autoconf 2.59 for Osi 0.108.7. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='Osi' | ||
PACKAGE_TARNAME='osi' | ||
PACKAGE_VERSION='0.108' | ||
PACKAGE_STRING='Osi 0.108' | ||
PACKAGE_VERSION='0.108.7' | ||
PACKAGE_STRING='Osi 0.108.7' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="src/Osi/OsiAuxInfo.cpp" | ||
|
@@ -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 Osi 0.108 to adapt to many kinds of systems. | ||
\`configure' configures Osi 0.108.7 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 Osi 0.108:";; | ||
short | recursive ) echo "Configuration of Osi 0.108.7:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1285,7 +1285,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
Osi configure 0.108 | ||
Osi configure 0.108.7 | ||
generated by GNU Autoconf 2.59 | ||
|
||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -1305,7 +1305,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 Osi $as_me 0.108, which was | ||
It was created by Osi $as_me 0.108.7, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -1828,7 +1828,7 @@ _ACEOF | |
|
||
|
||
# Capture libtool library version, if given. | ||
|
||
coin_libversion=14:7:13 | ||
|
||
|
||
|
||
|
@@ -4535,7 +4535,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='osi' | ||
VERSION='0.108' | ||
VERSION='0.108.7' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -25929,7 +25929,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
|
||
This file was extended by Osi $as_me 0.108, which was | ||
This file was extended by Osi $as_me 0.108.7, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -25992,7 +25992,7 @@ _ACEOF | |
|
||
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
Osi config.status 0.108 | ||
Osi config.status 0.108.7 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
||
|
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([Osi],[0.108],[[email protected]]) | ||
AC_INIT([Osi],[0.108.7],[[email protected]]) | ||
|
||
AC_COPYRIGHT([ | ||
Copyright 2006 International Business Machines and others. | ||
|
@@ -38,7 +38,7 @@ AC_PREFIX_DEFAULT([`pwd`]) | |
AC_CANONICAL_BUILD | ||
|
||
# A bit of initial setup | ||
AC_COIN_PROJECTDIR_INIT(Osi) | ||
AC_COIN_PROJECTDIR_INIT(Osi,14:7:13) | ||
|
||
# Check if user wants to produce debugging code | ||
AC_COIN_DEBUG_COMPILE(Osi) | ||
|
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
Oops, something went wrong.