Skip to content

Commit

Permalink
Changing version number and dependencies for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jan 15, 2018
1 parent 826221c commit 12877dd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Dependencies
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.8
CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils
Osi https://projects.coin-or.org/svn/Osi/trunk/Osi
BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8.8
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
20 changes: 10 additions & 10 deletions 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 OsiConic 0.1.
# Generated by GNU Autoconf 2.59 for OsiConic 1.0.0.
#
# Report bugs to <https://github.com/aykutbulut/OSI-CONIC/issues/new>.
#
Expand Down Expand Up @@ -436,8 +436,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='OsiConic'
PACKAGE_TARNAME='osiconic'
PACKAGE_VERSION='0.1'
PACKAGE_STRING='OsiConic 0.1'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='OsiConic 1.0.0'
PACKAGE_BUGREPORT='https://github.com/aykutbulut/OSI-CONIC/issues/new'

ac_unique_file="src/OsiConicSolverInterface.hpp"
Expand Down Expand Up @@ -1012,7 +1012,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 OsiConic 0.1 to adapt to many kinds of systems.
\`configure' configures OsiConic 1.0.0 to adapt to many kinds of systems.

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

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

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

Expand Down Expand Up @@ -1264,7 +1264,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
OsiConic configure 0.1
OsiConic configure 1.0.0
generated by GNU Autoconf 2.59

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

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

# Define the identity of the package.
PACKAGE='osiconic'
VERSION='0.1'
VERSION='1.0.0'


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

This file was extended by OsiConic $as_me 0.1, which was
This file was extended by OsiConic $as_me 1.0.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

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

cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
OsiConic config.status 0.1
OsiConic config.status 1.0.0
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 @@ -8,7 +8,7 @@
# Names and other basic things #
#############################################################################
AC_PREREQ(2.59)
AC_INIT([OsiConic],[0.1],[https://github.com/aykutbulut/OSI-CONIC/issues/new])
AC_INIT([OsiConic],[1.0.0],[https://github.com/aykutbulut/OSI-CONIC/issues/new])

AC_COPYRIGHT([
/*===========================================================================*/
Expand Down

0 comments on commit 12877dd

Please sign in to comment.