This commit is contained in:
Martin Hořeňovský 2019-10-13 23:44:18 +02:00
parent a92a7d0229
commit 7c9f92bc1c
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
10 changed files with 675 additions and 345 deletions

View file

@ -37,7 +37,7 @@ namespace Catch {
}
Version const& libraryVersion() {
static Version version( 2, 9, 2, "", 0 );
static Version version( 2, 10, 0, "", 0 );
return version;
}