summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5540ca..1d8ce7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-04-11 Baptiste Lepilleur <gaiacrtn@free.fr>
+ * configure.in: bumped version to 1.9.0
+
+ * NEWS: added version 1.9.0
+
+2002-04-11 Baptiste Lepilleur <gaiacrtn@free.fr>
+
* doc/FAQ: removed question about the Exception::operator =() problem.
* release 1.8.0
diff --git a/NEWS b/NEWS
index df042ad..913eee3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+ New in CppUnit 1.9.0:
+ ----------------------
+
+ In short:
+
+
New in CppUnit 1.8.0:
----------------------
diff --git a/configure.in b/configure.in
index b1cec3a..8c1706a 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@ AC_PREREQ(2.50)
# set CPPUNIT_BINARY_AGE and CPPUNIT_INTERFACE_AGE to 0.
#
CPPUNIT_MAJOR_VERSION=1
-CPPUNIT_MINOR_VERSION=8
+CPPUNIT_MINOR_VERSION=9
CPPUNIT_MICRO_VERSION=0
CPPUNIT_INTERFACE_AGE=0
CPPUNIT_BINARY_AGE=0