This commit is contained in:
Martin Hořeňovský
2018-11-26 20:50:38 +01:00
parent 34dcd2c436
commit 6ccd467094
6 changed files with 352 additions and 43 deletions

View File

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