This commit is contained in:
Martin Hořeňovský
2019-10-13 23:44:18 +02:00
parent a92a7d0229
commit 7c9f92bc1c
10 changed files with 675 additions and 345 deletions

View File

@@ -10,8 +10,8 @@
#define TWOBLUECUBES_CATCH_HPP_INCLUDED
#define CATCH_VERSION_MAJOR 2
#define CATCH_VERSION_MINOR 9
#define CATCH_VERSION_PATCH 2
#define CATCH_VERSION_MINOR 10
#define CATCH_VERSION_PATCH 0
#ifdef __clang__
# pragma clang system_header

View File

@@ -37,7 +37,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 2, 9, 2, "", 0 );
static Version version( 2, 10, 0, "", 0 );
return version;
}