Skip to content

Commit 712c9b3

Browse files
author
Christian Schulte
committed
Prepare for 6.0.1
1 parent 4357d15 commit 712c9b3

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

changelog.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@
6464

6565
[RELEASE]
6666
Version: 6.0.1
67-
Date: TBD
67+
Date: 2018-05-21
6868
[DESCRIPTION]
69-
Changes
69+
Contains a number of small fixes and one large fix for float
70+
variables (basically, minimodel using float variables would
71+
always lead to overflow and hence throw an exception).
7072

7173
[ENTRY]
7274
Module: float

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Id.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for GECODE 6.0.0.
4+
# Generated by GNU Autoconf 2.69 for GECODE 6.0.1.
55
#
66
# Report bugs to <[email protected]>.
77
#
@@ -581,8 +581,8 @@ MAKEFLAGS=
581581
# Identity of this package.
582582
PACKAGE_NAME='GECODE'
583583
PACKAGE_TARNAME='gecode'
584-
PACKAGE_VERSION='6.0.0'
585-
PACKAGE_STRING='GECODE 6.0.0'
584+
PACKAGE_VERSION='6.0.1'
585+
PACKAGE_STRING='GECODE 6.0.1'
586586
PACKAGE_BUGREPORT='[email protected]'
587587
PACKAGE_URL=''
588588

@@ -1383,7 +1383,7 @@ if test "$ac_init_help" = "long"; then
13831383
# Omit some internal or obsolete options to make the list less imposing.
13841384
# This message is too long to be a string in the A/UX 3.1 sh.
13851385
cat <<_ACEOF
1386-
\`configure' configures GECODE 6.0.0 to adapt to many kinds of systems.
1386+
\`configure' configures GECODE 6.0.1 to adapt to many kinds of systems.
13871387
13881388
Usage: $0 [OPTION]... [VAR=VALUE]...
13891389
@@ -1444,7 +1444,7 @@ fi
14441444

14451445
if test -n "$ac_init_help"; then
14461446
case $ac_init_help in
1447-
short | recursive ) echo "Configuration of GECODE 6.0.0:";;
1447+
short | recursive ) echo "Configuration of GECODE 6.0.1:";;
14481448
esac
14491449
cat <<\_ACEOF
14501450
@@ -1593,7 +1593,7 @@ fi
15931593
test -n "$ac_init_help" && exit $ac_status
15941594
if $ac_init_version; then
15951595
cat <<\_ACEOF
1596-
GECODE configure 6.0.0
1596+
GECODE configure 6.0.1
15971597
generated by GNU Autoconf 2.69
15981598
15991599
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2271,7 +2271,7 @@ cat >config.log <<_ACEOF
22712271
This file contains any messages produced by compilers while
22722272
running configure, to aid debugging if configure makes a mistake.
22732273
2274-
It was created by GECODE $as_me 6.0.0, which was
2274+
It was created by GECODE $as_me 6.0.1, which was
22752275
generated by GNU Autoconf 2.69. Invocation command line was
22762276
22772277
$ $0 $@
@@ -2626,7 +2626,7 @@ ac_config_headers="$ac_config_headers gecode/support/config.hpp"
26262626

26272627

26282628

2629-
ac_gecode_soversion=46
2629+
ac_gecode_soversion=47
26302630
GECODE_SOVERSION=${ac_gecode_soversion}
26312631

26322632
ac_gecode_flatzincversion=1.6
@@ -13680,7 +13680,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1368013680
# report actual input values of CONFIG_FILES etc. instead of their
1368113681
# values after options handling.
1368213682
ac_log="
13683-
This file was extended by GECODE $as_me 6.0.0, which was
13683+
This file was extended by GECODE $as_me 6.0.1, which was
1368413684
generated by GNU Autoconf 2.69. Invocation command line was
1368513685
1368613686
CONFIG_FILES = $CONFIG_FILES
@@ -13742,7 +13742,7 @@ _ACEOF
1374213742
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1374313743
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1374413744
ac_cs_version="\\
13745-
GECODE config.status 6.0.0
13745+
GECODE config.status 6.0.1
1374613746
configured by $0, generated by GNU Autoconf 2.69,
1374713747
with options \\"\$ac_cs_config\\"
1374813748

configure.ac

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ dnl
4040

4141
AC_REVISION([$Id$])
4242
AC_PREREQ(2.53)
43-
AC_INIT(GECODE, 6.0.0, [email protected])
43+
AC_INIT(GECODE, 6.0.1, [email protected])
4444
AC_CONFIG_HEADERS([gecode/support/config.hpp])
4545
AC_CONFIG_SRCDIR(gecode/kernel.hh)
4646

47-
ac_gecode_soversion=46
47+
ac_gecode_soversion=47
4848
AC_SUBST(GECODE_SOVERSION, ${ac_gecode_soversion})
4949
ac_gecode_flatzincversion=1.6
5050
AC_SUBST(GECODE_FLATZINC_VERSION, ${ac_gecode_flatzincversion})

configure.ac.in

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dnl
3636

3737
AC_REVISION([$Id$])
3838
AC_PREREQ(2.53)
39-
AC_INIT(GECODE, 6.0.0, [email protected])
39+
AC_INIT(GECODE, 6.0.1, [email protected])
4040
AC_CONFIG_HEADERS([gecode/support/config.hpp])
4141
AC_CONFIG_SRCDIR(gecode/kernel.hh)
4242

43-
ac_gecode_soversion=46
43+
ac_gecode_soversion=47
4444
AC_SUBST(GECODE_SOVERSION, ${ac_gecode_soversion})
4545
ac_gecode_flatzincversion=1.6
4646
AC_SUBST(GECODE_FLATZINC_VERSION, ${ac_gecode_flatzincversion})

0 commit comments

Comments
 (0)