[GIT] ppl/ppl(master): Updated for PWL 0.8.

Module: ppl/ppl Branch: master Commit: 2cda644cec9ac53ad8705fa1c4911927cc5e5492 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2cda644cec9ac...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Jul 12 19:05:01 2009 +0200
Updated for PWL 0.8.
---
Watchdog/README | 7 ++++--- Watchdog/configure.ac | 2 +- Watchdog/src/Makefile.am | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Watchdog/README b/Watchdog/README index 4aaf43a..adff74c 100644 --- a/Watchdog/README +++ b/Watchdog/README @@ -1,6 +1,7 @@
-This is the release 0.6 of the Parma Watchdog Library: -a C++ library for software timeouts. +This is the release 0.8 of the Parma Watchdog Library, a C++ library for +software timeouts and other devices able to throttle the complexity of +expensive algorithms.
To be continued...
@@ -15,7 +16,7 @@ contributed to the PWL. Here is the contents of the PWL 0.7 source distribution (5 directories, 97 files):
-pwl-0.7 +pwl-0.8 |-- BUGS |-- COPYING |-- CREDITS diff --git a/Watchdog/configure.ac b/Watchdog/configure.ac index 8a4b069..5f90556 100644 --- a/Watchdog/configure.ac +++ b/Watchdog/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 Watchdog Library],[0.7],[bagnara@cs.unipr.it],[pwl]) +AC_INIT([the Parma Watchdog Library],[0.8],[bagnara@cs.unipr.it],[pwl])
# Minimum Autoconf version required. AC_PREREQ(2.61) diff --git a/Watchdog/src/Makefile.am b/Watchdog/src/Makefile.am index 1a151fb..103237c 100644 --- a/Watchdog/src/Makefile.am +++ b/Watchdog/src/Makefile.am @@ -93,9 +93,9 @@ pwl_header.hh # 0.6 0.10 4:0:0 # 0.7 0.10.1 4:0:0 # 0.7 0.10.2 4:0:0 -# 0.7 0.11 4:0:0 +# 0.8 0.11 5:0:0
-LIBPWL_LT_CURRENT = 4 +LIBPWL_LT_CURRENT = 5 LIBPWL_LT_REVISION = 0 LIBPWL_LT_AGE = 0
participants (1)
-
Roberto Bagnara