Bump version to v3.0.0 preview 5

This commit is contained in:
Martin Hořeňovský 2022-04-20 23:46:07 +02:00
parent 17a04f88d9
commit f526ff0fc3
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
3 changed files with 1948 additions and 1281 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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