diff --git a/CHANGES.txt b/CHANGES.txt index 0495caf..e4b9ef6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,10 @@ Changes for lest – lest errors escape testing +version 1.33.1 2018-04-30 + +- Remove mentioning of VC6. +- Fix link error for character reporting for VC8 (Visual Studio 2005) in lest_cpp03.hpp. + version 1.33.0 2018-04-23 - Add reporting of failing section propositions inspired on PR #36 (thanks to Damon Domjan @Espressosaurus); diff --git a/include/lest/lest.hpp b/include/lest/lest.hpp index a69afbf..71db282 100644 --- a/include/lest/lest.hpp +++ b/include/lest/lest.hpp @@ -31,7 +31,7 @@ #include #include -#define lest_VERSION "1.33.0" +#define lest_VERSION "1.33.1" #ifndef lest_FEATURE_AUTO_REGISTER # define lest_FEATURE_AUTO_REGISTER 0 diff --git a/include/lest/lest_cpp03.hpp b/include/lest/lest_cpp03.hpp index b68853d..c3db335 100644 --- a/include/lest/lest_cpp03.hpp +++ b/include/lest/lest_cpp03.hpp @@ -27,7 +27,7 @@ #include #include -#define lest_VERSION "1.33.0" +#define lest_VERSION "1.33.1" #ifndef lest_FEATURE_COLOURISE # define lest_FEATURE_COLOURISE 0