diff --git a/README.md b/README.md index 395bc3f3..e2c2a39f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![catch logo](catch-logo-small.png) -*v1.2.1-develop.15* +*v1.2.1-develop.16* Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch) diff --git a/include/internal/catch_version.hpp b/include/internal/catch_version.hpp index 08b1c989..3df960da 100644 --- a/include/internal/catch_version.hpp +++ b/include/internal/catch_version.hpp @@ -37,7 +37,7 @@ namespace Catch { return os; } - Version libraryVersion( 1, 2, 1, "develop", 15 ); + Version libraryVersion( 1, 2, 1, "develop", 16 ); } diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 4ba0d193..5f17ee1c 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* - * Catch v1.2.1-develop.15 - * Generated: 2015-11-03 08:00:19.120246 + * Catch v1.2.1-develop.16 + * Generated: 2015-11-03 17:06:36.466681 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -5679,7 +5679,7 @@ namespace Catch { bool testForMissingAssertions( Counts& assertions ) { if( assertions.total() != 0 ) return false; - if( m_config->warnAboutMissingAssertions() ) + if( !m_config->warnAboutMissingAssertions() ) return false; if( m_trackerContext.currentTracker().hasChildren() ) return false; @@ -7191,7 +7191,7 @@ namespace Catch { return os; } - Version libraryVersion( 1, 2, 1, "develop", 15 ); + Version libraryVersion( 1, 2, 1, "develop", 16 ); }