diff --git a/README.md b/README.md index 942053f2..baa0f4e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![catch logo](catch-logo-small.png) -*v1.3.5* +*v1.3.6* 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 7aa93538..6ab349b0 100644 --- a/include/internal/catch_version.hpp +++ b/include/internal/catch_version.hpp @@ -37,7 +37,7 @@ namespace Catch { return os; } - Version libraryVersion( 1, 3, 5, "", 0 ); + Version libraryVersion( 1, 3, 6, "", 0 ); } diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 5b9bfc20..f52eebd5 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* - * Catch v1.3.5 - * Generated: 2016-02-29 08:16:42.342094 + * Catch v1.3.6 + * Generated: 2016-03-11 18:30:42.852700 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -149,7 +149,7 @@ # endif # if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) && defined(CATCH_CPP11_OR_GREATER) -# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "gcc diagnostic ignored \"-Wparentheses\"" ) +# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" ) # endif // - otherwise more recent versions define __cplusplus >= 201103L @@ -7481,7 +7481,7 @@ namespace Catch { return os; } - Version libraryVersion( 1, 3, 5, "", 0 ); + Version libraryVersion( 1, 3, 6, "", 0 ); }