This commit is contained in:
Martin Hořeňovský
2019-01-31 22:32:55 +01:00
parent 67308bb606
commit d75e9b3c0f
6 changed files with 672 additions and 301 deletions

View File

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