Skip to content

Commit

Permalink
version number updates for release 2.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Aug 19, 2024
1 parent e990bcf commit cc64457
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
22 changes: 11 additions & 11 deletions CoinUtils/configure
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 CoinUtils 2.11.
# Generated by GNU Autoconf 2.59 for CoinUtils 2.11.12.
#
# Report bugs to <http://projects.coin-or.org/CoinUtils>.
#
Expand Down Expand Up @@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='CoinUtils'
PACKAGE_TARNAME='coinutils'
PACKAGE_VERSION='2.11'
PACKAGE_STRING='CoinUtils 2.11'
PACKAGE_VERSION='2.11.12'
PACKAGE_STRING='CoinUtils 2.11.12'
PACKAGE_BUGREPORT='http://projects.coin-or.org/CoinUtils'

ac_unique_file="src/CoinError.cpp"
Expand Down Expand Up @@ -1025,7 +1025,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 CoinUtils 2.11 to adapt to many kinds of systems.
\`configure' configures CoinUtils 2.11.12 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1091,7 +1091,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of CoinUtils 2.11:";;
short | recursive ) echo "Configuration of CoinUtils 2.11.12:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1310,7 +1310,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
CoinUtils configure 2.11
CoinUtils configure 2.11.12
generated by GNU Autoconf 2.59

Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -1330,7 +1330,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 CoinUtils $as_me 2.11, which was
It was created by CoinUtils $as_me 2.11.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -1856,7 +1856,7 @@ _ACEOF


# Capture libtool library version, if given.

coin_libversion=14:12:11



Expand Down Expand Up @@ -6145,7 +6145,7 @@ fi

# Define the identity of the package.
PACKAGE='coinutils'
VERSION='2.11'
VERSION='2.11.12'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -39522,7 +39522,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF

This file was extended by CoinUtils $as_me 2.11, which was
This file was extended by CoinUtils $as_me 2.11.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -39585,7 +39585,7 @@ _ACEOF

cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
CoinUtils config.status 2.11
CoinUtils config.status 2.11.12
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
4 changes: 2 additions & 2 deletions CoinUtils/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AC_PREREQ(2.59)

AC_INIT([CoinUtils],[2.11],[http://projects.coin-or.org/CoinUtils])
AC_INIT([CoinUtils],[2.11.12],[http://projects.coin-or.org/CoinUtils])

AC_COPYRIGHT([
Copyright 2006 International Business Machines and others.
Expand Down Expand Up @@ -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(CoinUtils)
AC_COIN_PROJECTDIR_INIT(CoinUtils,14:12:11)

# Check if user wants to produce debugging code
AC_COIN_DEBUG_COMPILE(CoinUtils)
Expand Down
4 changes: 2 additions & 2 deletions CoinUtils/src/config_coinutils_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/***************************************************************************/

/* Version number of project */
#define COINUTILS_VERSION "2.11"
#define COINUTILS_VERSION "2.11.12"

/* Major Version number of project */
#define COINUTILS_VERSION_MAJOR 2
Expand All @@ -14,7 +14,7 @@
#define COINUTILS_VERSION_MINOR 11

/* Release Version number of project */
#define COINUTILS_VERSION_RELEASE 9999
#define COINUTILS_VERSION_RELEASE 12

/*
Define to 64bit integer types. Note that MS does not provide __uint64.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CoinUtils 2.11
# CoinUtils 2.11.12

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

Expand Down Expand Up @@ -40,9 +40,9 @@ Code: [![DOI](https://zenodo.org/badge/173466792.svg)](https://zenodo.org/badge/

## CURRENT BUILD STATUS

[![Windows Builds](https://github.com/coin-or/CoinUtils/actions/workflows/windows-ci.yml/badge.svg?branch=stable/2.11)](https://github.com/coin-or/CoinUtils/actions/workflows/windows-ci.yml?query=branch%3Astable/2.11)
[![Windows Builds](https://github.com/coin-or/CoinUtils/actions/workflows/windows-ci.yml/badge.svg?branch=releases/2.11.12)](https://github.com/coin-or/CoinUtils/actions/workflows/windows-ci.yml?query=branch%3Areleases/2.11.12)

[![Linux and MacOS Builds](https://github.com/coin-or/CoinUtils/actions/workflows/linux-ci.yml/badge.svg?branch=stable/2.11)](https://github.com/coin-or/CoinUtils/actions/workflows/linux-ci.yml?query=branch%3Astable/2.11)
[![Linux and MacOS Builds](https://github.com/coin-or/CoinUtils/actions/workflows/linux-ci.yml/badge.svg?branch=releases/2.11.12)](https://github.com/coin-or/CoinUtils/actions/workflows/linux-ci.yml?query=branch%3Areleases/2.11.12)

## DOWNLOAD

Expand Down Expand Up @@ -133,7 +133,7 @@ following on the command line.
```
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch CoinUtils@2.11
./coinbrew fetch CoinUtils@2.11.12
./coinbrew build CoinUtils
```
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
Expand All @@ -156,10 +156,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 CoinUtils was built via `coinbrew`, then the build
directory will be `./build/CoinUtils/2.11` by default. The doxygen documentation main file
directory will be `./build/CoinUtils/2.11.12` 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
Expand Down
20 changes: 10 additions & 10 deletions configure
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 CoinUtils 2.11.
# Generated by GNU Autoconf 2.59 for CoinUtils 2.11.12.
#
# Report bugs to <coinutils@lists.coin-or.org>.
#
Expand Down Expand Up @@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='CoinUtils'
PACKAGE_TARNAME='coinutils'
PACKAGE_VERSION='2.11'
PACKAGE_STRING='CoinUtils 2.11'
PACKAGE_VERSION='2.11.12'
PACKAGE_STRING='CoinUtils 2.11.12'
PACKAGE_BUGREPORT='coinutils@lists.coin-or.org'

ac_unique_file="configure.ac"
Expand Down Expand Up @@ -1032,7 +1032,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 CoinUtils 2.11 to adapt to many kinds of systems.
\`configure' configures CoinUtils 2.11.12 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1098,7 +1098,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of CoinUtils 2.11:";;
short | recursive ) echo "Configuration of CoinUtils 2.11.12:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1296,7 +1296,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
CoinUtils configure 2.11
CoinUtils configure 2.11.12
generated by GNU Autoconf 2.59

Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -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 CoinUtils $as_me 2.11, which was
It was created by CoinUtils $as_me 2.11.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -5073,7 +5073,7 @@ fi

# Define the identity of the package.
PACKAGE='coinutils'
VERSION='2.11'
VERSION='2.11.12'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -22359,7 +22359,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF

This file was extended by CoinUtils $as_me 2.11, which was
This file was extended by CoinUtils $as_me 2.11.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -22417,7 +22417,7 @@ _ACEOF

cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
CoinUtils config.status 2.11
CoinUtils config.status 2.11.12
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AC_PREREQ(2.59)

AC_INIT([CoinUtils],[2.11],[coinutils@lists.coin-or.org])
AC_INIT([CoinUtils],[2.11.12],[coinutils@lists.coin-or.org])

AC_COPYRIGHT([
Copyright 2006, 2009 International Business Machines and others.
Expand Down

0 comments on commit cc64457

Please sign in to comment.