From 054c4050f2f9f229fe90b102d076f7ad97dcbce4 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 3 Mar 2019 11:04:21 +0100 Subject: [PATCH] isl 0.21 Signed-off-by: Sven Verdoolaege --- ChangeLog | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c09ebdff..96206c2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +version: 0.21 +date: Sat Mar 9 15:25:29 CET 2019 +changes: + - preliminary C++ bindings + - use incremental scheduler by default + - introduce isl_size type + - rename isl_ast_op_type to isl_ast_expr_op_type + - fix coalescing bugs + - use isl_bool to return extra boolean argument +--- version: 0.20 date: Sat Jul 21 18:10:08 CEST 2018 changes: diff --git a/configure.ac b/configure.ac index e42b935d..ffa2ee0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT([isl], [0.20], [isl-development@googlegroups.com]) +AC_INIT([isl], [0.21], [isl-development@googlegroups.com]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_SUBST(versioninfo) -versioninfo=20:0:1 +versioninfo=21:0:0 if test "x$prefix" != "xNONE"; then prefix_wd=`cd $prefix && pwd` -- 2.11.4.GIT