diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 13 insertions, 1 deletions
@@ -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 @@ -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 |
