summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-25 19:49:17 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-25 19:49:17 +0000
commit38e67ef2e0084b295fc666df4f71bdeb08d87740 (patch)
treef4ae68ab6c637760565dcb4117f39e290bce6eda
parent7bc4f88e8d3483e0493738f1e16adc34e8995603 (diff)
downloadcppunit-38e67ef2e0084b295fc666df4f71bdeb08d87740.tar.gz
configure.in: bumped version to 1.7.7
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b801f6..34b1d4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-03-25 Baptiste Lepilleur <gaiacrtn@free.fr>
+ * configure.in: bumped version to 1.7.7
+
+2002-03-25 Baptiste Lepilleur <gaiacrtn@free.fr>
+
* include/cppunit/config-msvc6.h:
* include/cppunit/Portability.h
* include/cppunit/extensions/TestFactoryRegistry.h
diff --git a/configure.in b/configure.in
index e76d035..4fc5328 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ AC_PREREQ(2.50)
#
CPPUNIT_MAJOR_VERSION=1
CPPUNIT_MINOR_VERSION=7
-CPPUNIT_MICRO_VERSION=6
+CPPUNIT_MICRO_VERSION=7
CPPUNIT_INTERFACE_AGE=0
CPPUNIT_BINARY_AGE=1
CPPUNIT_VERSION=$CPPUNIT_MAJOR_VERSION.$CPPUNIT_MINOR_VERSION.$CPPUNIT_MICRO_VERSION