
Module: ppl/ppl Branch: master Commit: 2ef13f200169635747af29ad76fdd29efa2d1518 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2ef13f2001696...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Mar 30 22:20:12 2009 +0200
Version number bumped. The name of the program is Autoconf.
---
Watchdog/configure.ac | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Watchdog/configure.ac b/Watchdog/configure.ac index 29e2325..fba63d2 100644 --- a/Watchdog/configure.ac +++ b/Watchdog/configure.ac @@ -20,7 +20,7 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://www.cs.unipr.it/ppl/ . */
-# Process this file with autoconf to produce a configure script. +# 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 Watchdog Library],[0.5],[bagnara@cs.unipr.it],[pwl]) diff --git a/configure.ac b/configure.ac index cfc97cb..9a31ab6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,10 +20,10 @@ # For the most up-to-date information see the Parma Polyhedra Library # site: http://www.cs.unipr.it/ppl/ .
-# Process this file with autoconf to produce a configure script. +# 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.1pre9],[ppl-devel@cs.unipr.it],[ppl]) +AC_INIT([the Parma Polyhedra Library],[0.10.1pre10],[ppl-devel@cs.unipr.it],[ppl])
# Minimum Autoconf version required. AC_PREREQ(2.61)