Skip to content

Commit

Permalink
version number updates for release 0.94.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jul 20, 2023
1 parent af13ede commit a925aa3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
22 changes: 11 additions & 11 deletions Blis/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 Blis 0.94.
# Generated by GNU Autoconf 2.59 for Blis 0.94.12.
#
# Report bugs to <https://github.com/coin-or/CHiPPS-BLIS/issues/new>.
#
Expand Down Expand Up @@ -448,8 +448,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Blis'
PACKAGE_TARNAME='blis'
PACKAGE_VERSION='0.94'
PACKAGE_STRING='Blis 0.94'
PACKAGE_VERSION='0.94.12'
PACKAGE_STRING='Blis 0.94.12'
PACKAGE_BUGREPORT='https://github.com/coin-or/CHiPPS-BLIS/issues/new'

ac_unique_file="src/BlisModel.h"
Expand Down Expand Up @@ -1028,7 +1028,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 Blis 0.94 to adapt to many kinds of systems.
\`configure' configures Blis 0.94.12 to adapt to many kinds of systems.

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

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

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

Expand Down Expand Up @@ -1280,7 +1280,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
Blis configure 0.94
Blis configure 0.94.12
generated by GNU Autoconf 2.59

Copyright (C) 2003 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1319,7 +1319,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 Blis $as_me 0.94, which was
It was created by Blis $as_me 0.94.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

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


# Capture libtool library version, if given.

coin_libversion=8:12:7



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

# Define the identity of the package.
PACKAGE='blis'
VERSION='0.94'
VERSION='0.94.12'


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

This file was extended by Blis $as_me 0.94, which was
This file was extended by Blis $as_me 0.94.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

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

cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
Blis config.status 0.94
Blis config.status 0.94.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 Blis/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

AC_PREREQ(2.59)

AC_INIT([Blis],[0.94],[https://github.com/coin-or/CHiPPS-BLIS/issues/new])
AC_INIT([Blis],[0.94.12],[https://github.com/coin-or/CHiPPS-BLIS/issues/new])

AC_COPYRIGHT([
#==========================================================================#
Expand Down Expand Up @@ -77,7 +77,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(Blis)
AC_COIN_PROJECTDIR_INIT(Blis,8:12:7)

# Check if user wants to produce debugging code
AC_COIN_DEBUG_COMPILE(Blis)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blis 0.94
# Blis 0.94.12

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

Expand Down Expand Up @@ -32,9 +32,9 @@ Paper: http://dx.doi.org/10.1287/ijoc.1090.0347

## CURRENT BUILD STATUS

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

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

## DOWNLOAD

Expand Down Expand Up @@ -92,7 +92,7 @@ following on the command line.
```
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch Blis@0.94
./coinbrew fetch Blis@0.94.12
./coinbrew build Blis
```
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
Expand Down Expand Up @@ -132,7 +132,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing
`make doxydoc`

in the build directory. If Blis was built via `coinbrew`, then the build
directory will be `./build/CHiPPS-BLIS/0.94` by default. The doxygen documentation main file
directory will be `./build/CHiPPS-BLIS/0.94.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 Blis 0.94.
# Generated by GNU Autoconf 2.59 for Blis 0.94.12.
#
# Report bugs to <https://github.com/coin-or/CHiPPS-BLIS/issues/new>.
#
Expand Down Expand Up @@ -449,8 +449,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Blis'
PACKAGE_TARNAME='blis'
PACKAGE_VERSION='0.94'
PACKAGE_STRING='Blis 0.94'
PACKAGE_VERSION='0.94.12'
PACKAGE_STRING='Blis 0.94.12'
PACKAGE_BUGREPORT='https://github.com/coin-or/CHiPPS-BLIS/issues/new'

ac_unique_file="configure.ac"
Expand Down Expand Up @@ -1056,7 +1056,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 Blis 0.94 to adapt to many kinds of systems.
\`configure' configures Blis 0.94.12 to adapt to many kinds of systems.

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

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

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

Expand Down Expand Up @@ -1335,7 +1335,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
Blis configure 0.94
Blis configure 0.94.12
generated by GNU Autoconf 2.59

Copyright (C) 2003 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1374,7 +1374,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 Blis $as_me 0.94, which was
It was created by Blis $as_me 0.94.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

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

# Define the identity of the package.
PACKAGE='blis'
VERSION='0.94'
VERSION='0.94.12'


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

This file was extended by Blis $as_me 0.94, which was
This file was extended by Blis $as_me 0.94.12, which was
generated by GNU Autoconf 2.59. Invocation command line was

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

cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
Blis config.status 0.94
Blis config.status 0.94.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 @@ -29,7 +29,7 @@

AC_PREREQ(2.59)

AC_INIT([Blis],[0.94],[https://github.com/coin-or/CHiPPS-BLIS/issues/new])
AC_INIT([Blis],[0.94.12],[https://github.com/coin-or/CHiPPS-BLIS/issues/new])

AC_COPYRIGHT([
#==========================================================================#
Expand Down

0 comments on commit a925aa3

Please sign in to comment.