- use __COUNTER__ for unique IDS instead of __LINE__ (where possible)
+ bug fixes
This commit is contained in:
Phil Nash
2016-03-15 07:24:26 +00:00
parent 447f53e9e3
commit c984fc3ecd
3 changed files with 57 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ namespace Catch {
return os;
}
Version libraryVersion( 1, 3, 6, "", 0 );
Version libraryVersion( 1, 4, 0, "", 0 );
}