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

@@ -89,7 +89,7 @@ namespace Catch {
public:
TestRegistry()
: m_currentSortOrder( RunTests::InDeclarationOrder ),
m_unnamedCount( 0 )
m_unnamedCount( 0 )
{}
virtual ~TestRegistry();

View File

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