From 005b97f696008a38dc9644a5b2dfad6e389d623d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 30 Jun 2005 12:11:01 +0200 Subject: [PATCH] Bump version. --- ChangeLog | 14 ++++++++++++++ configure.in | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 879fedb..eec6b56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,18 @@ --- +version: 0.16 +date: Thu Jun 30 12:10:29 CEST 2005 +changes: + - implement "breadth-first" incremental specialization + - implement non-incremental version for series computation + - make non-incremental specialization the default again + - check for bad PolyLib version at runtime + - compiles on Windows (mingw32) + - add version option + - allow crosscompilation + - compute the coefficients of an Ehrhart series + - fix conversion of PIP output to polyhedra + - allow direct verification of Ehrhart series +--- version: 0.15 date: Sun Dec 12 23:00:40 CET 2004 changes: diff --git a/configure.in b/configure.in index d1238b2..9b332af 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ AC_INIT -AM_INIT_AUTOMAKE(barvinok, 0.15) +AM_INIT_AUTOMAKE(barvinok, 0.16) AC_PROG_CXX AC_SUBST(versioninfo) -versioninfo=8:0:4 +versioninfo=9:0:5 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.11.4.GIT