summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-02-19 19:46:19 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-02-19 19:46:19 +0000
commit60416b3ee8c85cd016d5ef5177cd4d93f8664398 (patch)
tree884a28d22d4d6eb1a88a8907642039bdca05a116
parentf6afa1ea719406b84e0206814ab770daa777a19e (diff)
downloadcppunit-60416b3ee8c85cd016d5ef5177cd4d93f8664398.tar.gz
configure.in: bumped version number to 1.9.12
-rw-r--r--ChangeLog6
-rw-r--r--NEWS10
-rw-r--r--configure.in2
-rw-r--r--doc/makedox.bat2
-rw-r--r--src/cppunit/cppunit.dsp67
5 files changed, 12 insertions, 75 deletions
diff --git a/ChangeLog b/ChangeLog
index 52b72fd..f109370 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-2004-02-19 Baptiste Lepilleur <gaiacrtn@free.fr>
+2004-02-20 Baptiste Lepilleur <gaiacrtn@free.fr>
+
+ * release 1.9.12
- * forked, development toward 1.10.0 are now taking place in
- branch BRANCH_1_9_12 until xml input stuff are integrated.
2004-02-18 Baptiste Lepilleur <gaiacrtn@free.fr>
diff --git a/NEWS b/NEWS
index cf0f45b..60250f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,11 @@
- New in CppUnit 1.9.11:
+ New in CppUnit 1.9.12:
---------------------
-* XML Input
-
- - In the process of adding XML Input for parametrized test.
-
* Test Plug-in
- added support contributed support for UNIX systems that
- have libdld and not libdl (e.g. hp-ux). Thanks to
- Abdessattar Sassi for this.
+ have libdld and not libdl (e.g. hp-ux). Contributed by
+ Abdessattar Sassi.
* RTTI
diff --git a/configure.in b/configure.in
index d82c69c..c8e2fd4 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ AC_PREREQ(2.50)
#
CPPUNIT_MAJOR_VERSION=1
CPPUNIT_MINOR_VERSION=9
-CPPUNIT_MICRO_VERSION=11
+CPPUNIT_MICRO_VERSION=12
CPPUNIT_INTERFACE_AGE=0
CPPUNIT_BINARY_AGE=0
CPPUNIT_VERSION=$CPPUNIT_MAJOR_VERSION.$CPPUNIT_MINOR_VERSION.$CPPUNIT_MICRO_VERSION
diff --git a/doc/makedox.bat b/doc/makedox.bat
index 4e60508..946e362 100644
--- a/doc/makedox.bat
+++ b/doc/makedox.bat
@@ -1,4 +1,4 @@
-SET VERSION=1.9.8
+SET VERSION=1.9.12
doxygen CppUnit-win.dox
xcopy FAQ html /Y
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp
index cc7769e..ddce3f8 100644
--- a/src/cppunit/cppunit.dsp
+++ b/src/cppunit/cppunit.dsp
@@ -115,6 +115,10 @@ SOURCE=..\..\doc\FAQ
# End Source File
# Begin Source File
+SOURCE="..\..\INSTALL-unix"
+# End Source File
+# Begin Source File
+
SOURCE="..\..\INSTALL-WIN32.txt"
# End Source File
# Begin Source File
@@ -671,69 +675,6 @@ SOURCE=.\ProtectorChain.h
SOURCE=.\ProtectorContext.h
# End Source File
# End Group
-# Begin Group "input"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\DummyInputTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\DummyTestInput.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\GenericTestInputFactory.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\InputTestCall.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\InputTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\XmlInput\ParameterizedTestCase.cpp
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\ParameterizedTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\ParamTestCaller.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\XmlInput\ParamTestLeaf.cpp
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\ParamTestLeaf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\TestInput.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\XmlInput\XmlInputDefinition.cpp
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\input\XmlInputDefinition.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\cppunit\extensions\XmlInputHelper.h
-# End Source File
-# End Group
# Begin Source File
SOURCE=..\..\configure.in