This commit is contained in:
Phil Nash 2013-12-19 18:42:25 +00:00
parent 1aa60fada9
commit f385a0b13d
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
![catch logo](catch-logo-small.png)
*v1.0 build 20 (master branch)*
*v1.0 build 21 (master branch)*
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)

View File

@ -13,7 +13,7 @@
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 1, 0, 20, "master" );
Version libraryVersion( 1, 0, 21, "master" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED

View File

@ -1,6 +1,6 @@
/*
* CATCH v1.0 build 20 (master branch)
* Generated: 2013-12-18 08:38:15.171445
* CATCH v1.0 build 21 (master branch)
* Generated: 2013-12-19 18:42:03.734896
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -2096,7 +2096,7 @@ namespace Detail {
std::string toString() const {
std::ostringstream oss;
oss << "Approx( " << m_value << " )";
oss << "Approx( " << Catch::toString( m_value ) << " )";
return oss.str();
}
@ -6166,7 +6166,7 @@ namespace Catch {
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 1, 0, 20, "master" );
Version libraryVersion( 1, 0, 21, "master" );
}
// #included from: catch_text.hpp