From c58bec4907e26b9f91a734cf96c18615733ed565 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 1 May 2021 12:51:39 +0200 Subject: [PATCH] barvinok 0.41.5 Signed-off-by: Sven Verdoolaege --- ChangeLog | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e8a0a0..086e8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +version: 0.41.5 +date: Sat 01 May 2021 12:50:27 PM CEST +changes: + - support recent versions of clang + - fix minor bug involving implicit equality constraints +--- version: 0.41.4 date: Sun 01 Nov 2020 03:46:32 PM CET changes: diff --git a/configure.ac b/configure.ac index eddd299..fcfbe17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([barvinok], [0.41.4], [isl-development@googlegroups.com]) +AC_INIT([barvinok], [0.41.5], [isl-development@googlegroups.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@ -10,7 +10,7 @@ AC_PROG_YACC AC_PROG_GREP AC_PROG_SED AC_SUBST(versioninfo) -versioninfo=23:10:0 +versioninfo=23:11:0 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.11.4.GIT