This commit is contained in:
Martin Hořeňovský
2017-04-25 11:08:02 +02:00
parent 211b330346
commit fc7f0a02b8
5 changed files with 97 additions and 21 deletions

View File

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