This commit is contained in:
Phil Nash
2017-04-25 14:23:06 +00:00
parent e4694f58da
commit a0ada2e935
4 changed files with 15 additions and 10 deletions

View File

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