This commit is contained in:
Martin Hořeňovský
2018-05-14 15:15:28 +02:00
parent 3255ee6312
commit 6860c8def0
6 changed files with 16 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ namespace Catch {
}
inline Version libraryVersion() {
static Version version( 1, 12, 1, "", 0 );
static Version version( 1, 12, 2, "", 0 );
return version;
}