Updated version number for v2 development and removed single include (for now).

This commit is contained in:
Phil Nash
2017-04-25 14:43:13 +00:00
parent 61ac34045c
commit be0fc60c07
3 changed files with 2 additions and 11477 deletions

View File

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