From 0374725621635a36077f851b459d4c0df9fc95e9 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 17 Mar 2021 18:55:33 -0700 Subject: [PATCH] Bump version number --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 979d738e..db4d20f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in release 1.7.6, 2021-03-17: + + This is a portability release. + + * Fix for new NTL versions + + * Find cddlib headers in new installation location (cddlib/...) + + * Remove problematic code and compiler options + + Changes in release 1.7.5, 2018-09-10: This is a portability release. diff --git a/configure.ac b/configure.ac index 5fcab110..cc138d8f 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-int, 1.7.5) +AC_INIT(latte-int, 1.7.6) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([code/config.h:code/config.hin]) AM_INIT_AUTOMAKE([gnu 1.11]) # Need 1.11 for parallel test harness in code/maple