From 214921d7dbd67ebfa46640bfcceb1b7f5868e7a4 Mon Sep 17 00:00:00 2001 From: skimo Date: Sun, 12 Dec 2004 22:04:50 +0000 Subject: [PATCH] bump version --- ChangeLog | 10 ++++++++++ configure.in | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d58020..879fedb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +--- +version: 0.15 +date: Sun Dec 12 23:00:40 CET 2004 +changes: + - export Polyhedron_Project + - allow verification of step-functions computed from Ehrhart series + - optionally compute step-functions incrementally + - disable possibly incorrect optimization + - minor optimizations in Ehrhart series computations +--- version: 0.14 date: Wed Nov 17 19:22:23 CET 2004 changes: diff --git a/configure.in b/configure.in index 15ef3af..0db1bf6 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ AC_INIT -AM_INIT_AUTOMAKE(barvinok, 0.14) +AM_INIT_AUTOMAKE(barvinok, 0.15) AC_PROG_LIBTOOL AC_PROG_CXX AC_SUBST(versioninfo) -versioninfo=7:0:3 +versioninfo=8:0:4 AC_CHECK_HEADERS(getopt.h) -- 2.11.4.GIT