This commit is contained in:
Martin Hořeňovský
2023-07-13 13:37:30 +02:00
parent 683c85772f
commit 6e79e682b7
8 changed files with 1975 additions and 1636 deletions

View File

@@ -36,7 +36,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 3, 3, 2, "", 0 );
static Version version( 3, 4, 0, "", 0 );
return version;
}

View File

@@ -9,7 +9,7 @@
#define CATCH_VERSION_MACROS_HPP_INCLUDED
#define CATCH_VERSION_MAJOR 3
#define CATCH_VERSION_MINOR 3
#define CATCH_VERSION_PATCH 2
#define CATCH_VERSION_MINOR 4
#define CATCH_VERSION_PATCH 0
#endif // CATCH_VERSION_MACROS_HPP_INCLUDED