Skip to content

Commit

Permalink
version number updates for release 0.108.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jan 9, 2022
1 parent 0efb7d4 commit c67528f
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 68 deletions.
14 changes: 7 additions & 7 deletions Makefile.in
Expand Up @@ -51,11 +51,11 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = README $(am__configure_deps) \
$(srcdir)/BuildTools/Makemain.inc $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure \
$(top_srcdir)/doxydoc/doxygen.conf.in INSTALL compile \
config.guess config.sub depcomp install-sh ltmain.sh missing
DIST_COMMON = $(am__configure_deps) $(srcdir)/BuildTools/Makemain.inc \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(top_srcdir)/configure $(top_srcdir)/doxydoc/doxygen.conf.in \
INSTALL compile config.guess config.sub depcomp install-sh \
ltmain.sh missing
@HAVE_EXTERNALS_TRUE@am__append_1 = Dependencies
@HAVE_EXTERNALS_TRUE@am__append_2 = .Dependencies-stamp
subdir = .
Expand Down Expand Up @@ -261,7 +261,7 @@ SUBDIRS = $(subdirs)
# Files that are generated and should be cleaned with make distclean
DISTCLEANFILES = coin_subdirs.txt $(am__append_2) \
$(VPATH_DISTCLEANFILES)
DocFiles = README AUTHORS LICENSE
DocFiles = README README.md AUTHORS AUTHORS.md LICENSE LICENSE.md
DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
Expand Down Expand Up @@ -828,7 +828,7 @@ uninstall-all-doxygen-docs:
fi ; \
done ;

install-doc: $(DocFiles)
install-doc:
test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)"
for file in $(DocFiles); do \
if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
Expand Down
22 changes: 11 additions & 11 deletions Osi/configure
@@ -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 <osi@list.coin-or.org>.
#
Expand Down Expand Up @@ -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='osi@list.coin-or.org'

ac_unique_file="src/Osi/OsiAuxInfo.cpp"
Expand Down Expand Up @@ -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]...

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -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 $@
Expand Down Expand Up @@ -1828,7 +1828,7 @@ _ACEOF


# Capture libtool library version, if given.

coin_libversion=14:7:13



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

# Define the identity of the package.
PACKAGE='osi'
VERSION='0.108'
VERSION='0.108.7'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'`\\"

Expand Down
4 changes: 2 additions & 2 deletions Osi/configure.ac
Expand Up @@ -12,7 +12,7 @@

AC_PREREQ(2.59)

AC_INIT([Osi],[0.108],[osi@list.coin-or.org])
AC_INIT([Osi],[0.108.7],[osi@list.coin-or.org])

AC_COPYRIGHT([
Copyright 2006 International Business Machines and others.
Expand All @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions Osi/src/Osi/config_osi_default.h
Expand Up @@ -5,13 +5,13 @@
/***************************************************************************/

/* Version number of project */
#define OSI_VERSION "0.108"
#define OSI_VERSION "0.108.7"

/* Major Version number of project */
#define OSI_VERSION_MAJOR 0
#define OSI_VERSION_MAJOR 0

/* Minor Version number of project */
#define OSI_VERSION_MINOR 108
#define OSI_VERSION_MINOR 108

/* Release Version number of project */
#define OSI_VERSION_RELEASE 9999
#define OSI_VERSION_RELEASE 7
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# Osi 0.108
# Osi 0.108.7

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

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

## CURRENT BUILD STATUS

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

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

## DOWNLOAD

Expand Down Expand Up @@ -126,7 +126,7 @@ following on the command line.
```
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
./coinbrew fetch Osi@stable/0.108
./coinbrew fetch Osi@releases/0.108.7
./coinbrew build Osi
```
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
Expand All @@ -152,7 +152,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing
`make doxygen-docs`

in the build directory. If Osi was built via `coinbrew`, then the build
directory will be `./build/Osi/0.108` by default. The doxygen documentation main file
directory will be `./build/Osi/0.108.7` 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

0 comments on commit c67528f

Please sign in to comment.