This commit is contained in:
Martin Hořeňovský
2018-01-10 13:53:04 +01:00
parent f5910f38ef
commit cd76f5730c
10 changed files with 3635 additions and 2335 deletions

View File

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