This commit is contained in:
Martin Hořeňovský
2024-01-15 14:13:53 +01:00
parent 597ce12b65
commit 05e10dfccc
7 changed files with 32 additions and 32 deletions

View File

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

View File

@@ -10,6 +10,6 @@
#define CATCH_VERSION_MAJOR 3
#define CATCH_VERSION_MINOR 5
#define CATCH_VERSION_PATCH 1
#define CATCH_VERSION_PATCH 2
#endif // CATCH_VERSION_MACROS_HPP_INCLUDED