This commit is contained in:
Martin Hořeňovský
2017-06-15 13:08:26 +02:00
parent b90d0b7267
commit 017a63da62
4 changed files with 59 additions and 36 deletions

View File

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