v1.2.1-develop.15

- includes all new section tracker
This commit is contained in:
Phil Nash 2015-11-03 08:00:43 +00:00
parent 4636be9744
commit 7e34619f03
3 changed files with 410 additions and 220 deletions

View file

@ -37,7 +37,7 @@ namespace Catch {
return os;
}
Version libraryVersion( 1, 2, 1, "develop", 14 );
Version libraryVersion( 1, 2, 1, "develop", 15 );
}