From 98df3fa059584d73ea662d20a8fc7de9d667f9f9 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Sun, 14 Jan 2018 23:33:20 -0500 Subject: [PATCH] Changing version number for release --- Dependencies | 18 +++++++++--------- configure | 22 +++++++++++----------- configure.ac | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Dependencies b/Dependencies index 0e22d553..cc6221f1 100644 --- a/Dependencies +++ b/Dependencies @@ -1,12 +1,12 @@ -ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.4 -ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.5 -CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.10/CoinUtils -Osi https://projects.coin-or.org/svn/Osi/stable/0.107/Osi -Clp https://projects.coin-or.org/svn/Clp/stable/1.16/Clp -Cgl https://projects.coin-or.org/svn/Cgl/stable/0.59/Cgl -Alps https://projects.coin-or.org/svn/CHiPPS/Alps/stable/1.5/Alps -Bcps https://projects.coin-or.org/svn/CHiPPS/Bcps/stable/0.94/Bcps +ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.4.6 +ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.5.6 +CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.10.14/CoinUtils +Osi https://projects.coin-or.org/svn/Osi/releases/0.107.9/Osi +Clp https://projects.coin-or.org/svn/Clp/releases/1.16.11/Clp +Cgl https://projects.coin-or.org/svn/Cgl/releases/0.59.10/Cgl +Alps https://projects.coin-or.org/svn/CHiPPS/Alps/releases/1.5.6/Alps +Bcps https://projects.coin-or.org/svn/CHiPPS/Bcps/releases/0.94.4/Bcps Blis https://github.com/SaTahernejad/CHiPPS-BLIS master SYMPHONY https://projects.coin-or.org/svn/SYMPHONY/branches/WS/SYMPHONY -Cbc https://projects.coin-or.org/svn/Cbc/stable/2.9/Cbc +Cbc https://projects.coin-or.org/svn/Cbc/releases/2.9.9/Cbc diff --git a/configure b/configure index 5a290357..036708c2 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for MibS trunk. +# Generated by GNU Autoconf 2.59 for MibS 1.0.0. # # Report bugs to . # @@ -440,8 +440,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='MibS' PACKAGE_TARNAME='mibs' -PACKAGE_VERSION='trunk' -PACKAGE_STRING='MibS trunk' +PACKAGE_VERSION='1.0.0' +PACKAGE_STRING='MibS 1.0.0' PACKAGE_BUGREPORT='https://github.com/tkralphs/MibS/issues/new' ac_unique_file="src/MibSBilevel.hpp" @@ -1016,7 +1016,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 MibS trunk to adapt to many kinds of systems. +\`configure' configures MibS 1.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1082,7 +1082,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of MibS trunk:";; + short | recursive ) echo "Configuration of MibS 1.0.0:";; esac cat <<\_ACEOF @@ -1276,7 +1276,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -MibS configure trunk +MibS configure 1.0.0 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 MibS $as_me trunk, which was +It was created by MibS $as_me 1.0.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1646,7 +1646,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >>confdefs.h <<\_ACEOF -#define MIBS_GIT_VERSION e1f3bd2 +#define MIBS_GIT_VERSION a23f3c3 _ACEOF @@ -4554,7 +4554,7 @@ fi # Define the identity of the package. PACKAGE='mibs' - VERSION='trunk' + VERSION='1.0.0' cat >>confdefs.h <<_ACEOF @@ -23791,7 +23791,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by MibS $as_me trunk, which was +This file was extended by MibS $as_me 1.0.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23854,7 +23854,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -MibS config.status trunk +MibS config.status 1.0.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index a80dfd98..c78d180c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.59) m4_define([gitversion], m4_esyscmd([sh -c "git describe --always | cut -d '=' -f 2 | head --bytes -1"])) -AC_INIT([MibS],[trunk],[https://github.com/tkralphs/MibS/issues/new]) +AC_INIT([MibS],[1.0.0],[https://github.com/tkralphs/MibS/issues/new]) AC_DEFINE([MIBS_GIT_VERSION], [gitversion], [MibS git version])