patch build to include last two fixes

This commit is contained in:
Phil Nash
2015-12-09 18:11:48 +00:00
parent 9e341231ba
commit 981347b6e4
4 changed files with 11 additions and 8 deletions

View File

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