Skip to content

Commit

Permalink
Tagging CxxTest 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Mar 22, 2013
1 parent 999bedd commit 2c01657
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
CxxTest Releases
----------------

* Version 4.2.1 (2013-03-22)
- Fixing documentation of LGPL version

* Version 4.2 (2013-03-16)
- Changes to support test fixtures in namespaces
- Adding logic to support test skipping
Expand Down
6 changes: 3 additions & 3 deletions doc/guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http://xprogramming.com/software.html[xUnit]. CxxTest is easy to
use because it does not require precompiling a CxxTest testing
library, it employs no advanced features of C++ (e.g. RTTI) and it
supports a very flexible form of test discovery. This documentation
describes CxxTest 4.2, which is an incremental release that includes
describes CxxTest 4.2.1, which is an incremental release that includes
better test discovery features and new test skipping features.

:numbered:
Expand Down Expand Up @@ -1170,7 +1170,7 @@ easy_install ordereddict
The +cxxtestgen+ script has been tested with many different versions
of Python: 2.4 - 3.3, though future releases will not support
Python 2.4. Note that this script has only been tested with the
CPython implementation. CxxTest 4.2 has been tested on Linux and
CPython implementation. CxxTest 4.2.1 has been tested on Linux and
Mac platforms using the `g++` and `clang++` compilers.


Expand All @@ -1194,7 +1194,7 @@ and focus of CxxTest. The 4.0 release was the first release of
CxxTest in over seven years, and virtually all of the initial
developers have moved on to other projects.
The CxxTest 4.2 release is an incremental release that was driven
The CxxTest 4.2.1 release is an incremental release that was driven
by a variety of bug fixes and minor enhancements. CxxTest is heavily
used at Sandia National Laboratories, and Sandia's ongoing use of
CxxTest is a major driver for CxxTest development.
Expand Down
4 changes: 2 additions & 2 deletions python/cxxtest/__release__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

""" Release Information for cxxtest """

__version__ = '4.2'
__date__ = "2013-03-16"
__version__ = '4.2.1'
__date__ = "2013-03-22"
4 changes: 2 additions & 2 deletions python/python3/cxxtest/__release__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

""" Release Information for cxxtest """

__version__ = '4.2'
__date__ = "2013-03-16"
__version__ = '4.2.1'
__date__ = "2013-03-22"

0 comments on commit 2c01657

Please sign in to comment.