This commit is contained in:
Phil Nash 2013-03-13 20:54:19 +00:00
parent 37186a1d04
commit 9c5bbab239
4 changed files with 7 additions and 7 deletions

2
README
View File

@ -1,4 +1,4 @@
CATCH v0.9 build 24 (integration branch) CATCH v0.9 build 25 (integration branch)
--------------------------------------------- ---------------------------------------------
CATCH is an automated test framework for C, C++ and Objective-C. CATCH is an automated test framework for C, C++ and Objective-C.

View File

@ -13,7 +13,7 @@
namespace Catch { namespace Catch {
// These numbers are maintained by a script // These numbers are maintained by a script
Version libraryVersion( 0, 9, 24, "integration" ); Version libraryVersion( 0, 9, 25, "integration" );
} }
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED #endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED

View File

@ -1,5 +1,5 @@
CatchSelfTest is a CATCH v0.9 b24 (integration) host application. CatchSelfTest is a CATCH v0.9 b25 (integration) host application.
Run with -? for options Run with -? for options
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
@ -4286,7 +4286,7 @@ with expansion:
101 test cases - 47 failed (625 assertions - 104 failed) 101 test cases - 47 failed (625 assertions - 104 failed)
CatchSelfTest is a CATCH v0.9 b24 (integration) host application. CatchSelfTest is a CATCH v0.9 b25 (integration) host application.
Run with -? for options Run with -? for options
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/* /*
* CATCH v0.9 build 24 (integration branch) * CATCH v0.9 build 25 (integration branch)
* Generated: 2013-03-13 12:18:41.022404 * Generated: 2013-03-13 20:53:37.480746
* ---------------------------------------------------------- * ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly * This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -5843,7 +5843,7 @@ namespace Catch {
namespace Catch { namespace Catch {
// These numbers are maintained by a script // These numbers are maintained by a script
Version libraryVersion( 0, 9, 24, "integration" ); Version libraryVersion( 0, 9, 25, "integration" );
} }
// #included from: catch_line_wrap.hpp // #included from: catch_line_wrap.hpp