develop build 1

This commit is contained in:
Phil Nash 2015-07-02 08:21:38 +01:00
parent 088c5bc53e
commit b971fe785b
3 changed files with 104 additions and 59 deletions

View file

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