
Module: ppl/ppl Branch: ppl-0_10-branch Commit: 083f3ea586048ba416ce6bea34a9d702d1d57989 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=083f3ea586048...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Apr 14 07:08:18 2009 +0200
Update version.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index eab19fc..a63a907 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Process this file with Autoconf to produce a configure script.
# Every other copy of the package version number gets its value from here. -AC_INIT([the Parma Polyhedra Library],[0.10.1pre13],[ppl-devel@cs.unipr.it],[ppl]) +AC_INIT([the Parma Polyhedra Library], [0.10.1], [ppl-devel@cs.unipr.it], [ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61)