From f95d1df9a52071f216a22e34fabbc56e1a6468ba Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 10 Sep 2010 15:07:36 +0200 Subject: [PATCH] barvinok 0.32 --- ChangeLog | 9 +++++++++ configure.in | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 055fe7e..71b56f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +version: 0.32 +date: Fri Sep 10 14:58:48 CEST 2010 +changes: + - support named and nested spaces + - support union sets and maps + - add isl_map_apply_pw_qpolynomial + - use union sets and maps in iscc + - support codegen operation in iscc if CLooG is available +--- version: 0.31 date: Tue Jun 29 13:18:52 CEST 2010 changes: diff --git a/configure.in b/configure.in index 2aed328..415bb2e 100644 --- a/configure.in +++ b/configure.in @@ -1,13 +1,13 @@ AC_INIT AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(barvinok, 0.31) +AM_INIT_AUTOMAKE(barvinok, 0.32) AC_PROG_CC AC_PROG_CXX AM_PROG_LEX AC_PROG_YACC AC_SUBST(versioninfo) -versioninfo=20:0:0 +versioninfo=21:0:1 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.11.4.GIT