- New Junit reporter
- New Timer class
This commit is contained in:
Phil Nash 2013-08-15 19:01:00 +01:00
parent 11b5179ceb
commit aa7123b696
3 changed files with 515 additions and 331 deletions

View file

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