Made onto dev build and regenerated single header

This commit is contained in:
Phil nash 2019-04-04 16:02:58 +01:00
parent 43428c6093
commit 02f13cf95a
4 changed files with 238 additions and 25 deletions

View file

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