This commit is contained in:
Martin Hořeňovský
2019-06-16 10:42:52 +02:00
parent b87caafd91
commit f9dce28e7d
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;
}