- Fixes some test spec parser issues and some warnings (compiler and analysers)
This commit is contained in:
Phil Nash 2014-05-20 18:50:59 +01:00
parent 5daa22dcc3
commit 9241e436f9
3 changed files with 123 additions and 73 deletions

View file

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