- fixes infinite loop bug (#185 and #166)
This commit is contained in:
Phil Nash
2013-07-25 08:12:03 +01:00
parent 28d3881ff9
commit 8a52a39fdc
3 changed files with 153 additions and 207 deletions

View File

@@ -13,7 +13,7 @@
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 1, 0, 5, "master" );
Version libraryVersion( 1, 0, 6, "master" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED