fix typo; checked tests

This commit is contained in:
Ribulous Barnulous
2014-10-14 01:15:50 -04:00
parent 678a42baa1
commit 00b152b26d
4 changed files with 27 additions and 27 deletions

View File

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