This commit is contained in:
Martin Hořeňovský
2018-01-26 16:06:07 +01:00
parent 9a5705411a
commit 62dae592c3
7 changed files with 115 additions and 78 deletions

View File

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