
Module: ppl/ppl Branch: master Commit: 45e1e7e6e2f671988a8b6d6f4e1acc054f0d5653 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=45e1e7e6e2f67...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Apr 18 07:03:20 2009 +0200
Update version.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index 090590c..7508cff 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.2pre1],[ppl-devel@cs.unipr.it],[ppl]) +AC_INIT([the Parma Polyhedra Library], [0.10.2], [ppl-devel@cs.unipr.it], [ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61)