This commit is contained in:
Martin Hořeňovský
2019-03-07 21:44:57 +01:00
parent 51ed08be22
commit d633072794
6 changed files with 477 additions and 206 deletions

View File

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