[GIT] ppl/ppl(master): Version number bumped.

Module: ppl/ppl Branch: master Commit: 02d63ee8aae4c60ae85bc85ea24cecf7d96ef09e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=02d63ee8aae4c...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Fri Nov 8 14:11:25 2013 +0100
Version number bumped.
---
configure.ac | 2 +- src/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac index 39ade54..0c0eb62 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.1pre14], [ppl-devel@cs.unipr.it], [ppl]) +AC_INIT([the Parma Polyhedra Library], [1.2pre1], [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 8cd12b7..6475503 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,8 +60,9 @@ # 0.12.1 11:0:0 # 1.0 12:0:0 # 1.1 13:0:0 +# 1.2 14:0:0
-LIBPPL_LT_CURRENT = 13 +LIBPPL_LT_CURRENT = 14 LIBPPL_LT_REVISION = 0 LIBPPL_LT_AGE = 0
participants (1)
-
Roberto Bagnara