This commit is contained in:
Chris Thrasher
2025-04-08 12:33:47 -06:00
parent f51dc98dfc
commit 2b60af89e2
7 changed files with 28 additions and 12 deletions

View File

@@ -6,8 +6,8 @@
// SPDX-License-Identifier: BSL-1.0
// Catch v3.8.0
// Generated: 2025-01-06 00:39:54.679994
// Catch v3.8.1
// Generated: 2025-04-08 12:33:19.863332
// ----------------------------------------------------------
// This file is an amalgamation of multiple different files.
// You probably shouldn't edit it directly.
@@ -2283,7 +2283,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 3, 8, 0, "", 0 );
static Version version( 3, 8, 1, "", 0 );
return version;
}