From a67cd229f86b20c540c5ee994f0e155b4819aae8 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 10 Sep 2018 21:37:55 -0700 Subject: [PATCH] Version 1.7.5 --- ChangeLog | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18357d1..3d050fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,25 @@ To update this ChangeLog, use `make update-changelog' and then copy (and edit) entries from ChangeLog.svn2cl +2018-09-10 Matthias Koeppe + + Version 1.7.5 + + * Makefile.am: Upgrade cddlib to 0.94j (much improved build + system), GMP to 6.1.2, GLPK to 4.65, NTL to 11.3.0 (configured + without C++11 features), LattE to 1.7.5 + + * Makefile.am: Pass configure options starting with NTL_ to NTL's + configure script + +2018-09-03 Matthias Koeppe + + Version 1.7.4 + + * Makefile.am: Upgrade LattE to 1.7.4, 4ti2 to 1.6.9 + + * configure.ac: Remove outdated use of AM_MAINTAINER_MODE + 2016-10-12 Matthias Koeppe Version 1.7.3b diff --git a/configure.ac b/configure.ac index 6b1592a..15572a5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(latte-integrale, 1.7.4) +AC_INIT(latte-integrale, 1.7.5) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET