Bump version to v3.0.0 preview 4

This commit is contained in:
Martin Hořeňovský 2022-01-03 23:16:39 +01:00
parent 57c9c935ee
commit f4af9f6926
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
3 changed files with 3796 additions and 2632 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", 3 );
static Version version( 3, 0, 0, "preview", 4 );
return version;
}