
Module: ppl/ppl Branch: ppl-1_0-branch Commit: e3137bc624bfcaa62d44537d0b3324b43053c2a4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e3137bc624bfc...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Jun 28 12:50:33 2012 +0200
Update version.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index bf1cb8e..bbb3447 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,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], [1.0pre1], [ppl-devel@cs.unipr.it], [ppl]) +AC_INIT([the Parma Polyhedra Library], [1.0], [ppl-devel@cs.unipr.it], [ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61)