This commit is contained in:
Martin Hořeňovský
2018-03-02 21:22:10 +01:00
parent 7d0cfd27ce
commit 74effafca7
6 changed files with 27 additions and 11 deletions

View File

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