
Module: ppl/ppl Branch: master Commit: da8fa48876106837ca3f30602a93228d28653183 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=da8fa48876106...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Aug 8 08:36:38 2012 +0200
Updated.
---
configure.ac | 2 +- src/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac index bf1cb8e..906f679 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.1pre1], [ppl-devel@cs.unipr.it], [ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61) diff --git a/src/Makefile.am b/src/Makefile.am index 6fb2c3f..c58356c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,8 +59,9 @@ # 0.12 10:0:0 # 0.12.1 11:0:0 # 1.0 12:0:0 +# 1.1 13:0:0
-LIBPPL_LT_CURRENT = 12 +LIBPPL_LT_CURRENT = 13 LIBPPL_LT_REVISION = 0 LIBPPL_LT_AGE = 0