This commit is contained in:
Martin Hořeňovský
2017-05-16 13:59:29 +02:00
parent 589c40077b
commit 3dcc923351
4 changed files with 52 additions and 9 deletions

View File

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