This commit is contained in:
Martin Hořeňovský 2019-08-08 14:05:24 +02:00
parent 0ab11aa9b4
commit 2c869e17e4
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
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;
}