From 9c5bbab239f1a01521d58585cfadddc5b27c6fad Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 13 Mar 2013 20:54:19 +0000 Subject: [PATCH] build 25 --- README | 2 +- include/internal/catch_version.hpp | 2 +- projects/SelfTest/Baselines/approvedResults.txt | 4 ++-- single_include/catch.hpp | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 1b4aace1..50023fc5 100644 --- a/README +++ b/README @@ -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. diff --git a/include/internal/catch_version.hpp b/include/internal/catch_version.hpp index 3f447bcc..5edce277 100644 --- a/include/internal/catch_version.hpp +++ b/include/internal/catch_version.hpp @@ -13,7 +13,7 @@ namespace Catch { // 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 diff --git a/projects/SelfTest/Baselines/approvedResults.txt b/projects/SelfTest/Baselines/approvedResults.txt index 65ce34f4..ddd466cf 100644 --- a/projects/SelfTest/Baselines/approvedResults.txt +++ b/projects/SelfTest/Baselines/approvedResults.txt @@ -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 ------------------------------------------------------------------------------- @@ -4286,7 +4286,7 @@ with expansion: 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 ------------------------------------------------------------------------------- diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 99bf8a1c..f33bf9c1 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* - * CATCH v0.9 build 24 (integration branch) - * Generated: 2013-03-13 12:18:41.022404 + * CATCH v0.9 build 25 (integration branch) + * Generated: 2013-03-13 20:53:37.480746 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -5843,7 +5843,7 @@ namespace Catch { namespace Catch { // 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