mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 00:47:56 +00:00
Build 37
- string matchers work with NULLs - removed stray CATCH_CONFIG_SFINAE for GCC 3
This commit is contained in:
parent
06548a5b61
commit
d0d4d93a6b
4 changed files with 69 additions and 18 deletions
|
@ -13,7 +13,7 @@
|
|||
namespace Catch {
|
||||
|
||||
// These numbers are maintained by a script
|
||||
Version libraryVersion( 0, 9, 36, "integration" );
|
||||
Version libraryVersion( 0, 9, 37, "integration" );
|
||||
}
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue