[GIT] ppl/ppl(floating_point): Version number fixed.

Module: ppl/ppl Branch: floating_point Commit: 4bc6dff62fbd10cfa5a195b2da9fc9e2bf27e341 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4bc6dff62fbd1...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Sep 3 15:29:25 2010 +0200
Version number fixed.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index 616b440..0e93240 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.12.1pre1], [ppl-devel@cs.unipr.it], [ppl]) +AC_INIT([the Parma Polyhedra Library], [0.12pre1], [ppl-devel@cs.unipr.it], [ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61)
participants (1)
-
Roberto Bagnara