This commit is contained in:
Martin Hořeňovský
2019-11-15 15:06:17 +01:00
parent d512decaac
commit e1c9d5569d
8 changed files with 612 additions and 287 deletions

View File

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