This commit is contained in:
Martin Hořeňovský
2019-08-08 14:05:24 +02:00
parent 0ab11aa9b4
commit 2c869e17e4
6 changed files with 392 additions and 145 deletions

View File

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