From: Sven Verdoolaege Date: Mon, 3 Dec 2012 08:34:36 +0000 (+0100) Subject: barvinok 0.36 X-Git-Tag: barvinok-0.36^0 X-Git-Url: https://repo.or.cz/w/barvinok.git/commitdiff_plain/4a86d524b0d6aaf61e04ddef8214933de540ef5e barvinok 0.36 Signed-off-by: Sven Verdoolaege --- diff --git a/ChangeLog b/ChangeLog index 18e920a..f6778ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +version: 0.36 +date: Mon Dec 3 09:34:27 CET 2012 +changes: + - support fixed power operation in iscc + - use isl for codegen operation in iscc + - drop cloog submodule +--- version: 0.35 date: Sun Dec 18 10:49:36 CET 2011 changes: diff --git a/configure.ac b/configure.ac index 602275b..0e6ea56 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([barvinok], [0.35], [isl-development@googlegroups.com]) +AC_INIT([barvinok], [0.36], [isl-development@googlegroups.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@ -8,7 +8,7 @@ AC_PROG_CXX AM_PROG_LEX AC_PROG_YACC AC_SUBST(versioninfo) -versioninfo=23:0:0 +versioninfo=23:1:0 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL