This commit is contained in:
Martin Hořeňovský 2019-06-16 10:42:52 +02:00
parent b87caafd91
commit f9dce28e7d
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
6 changed files with 1710 additions and 207 deletions

View file

@ -37,7 +37,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 2, 8, 0, "", 0 );
static Version version( 2, 9, 0, "", 0 );
return version;
}