includes wchar_t toString overloads and SCENARIO_METHOD macros
This commit is contained in:
Phil Nash 2014-08-20 08:09:32 +01:00
parent 8b5a4e9355
commit 544bf33e73
3 changed files with 23 additions and 5 deletions

View file

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