From 1a99afcf6553644cc2534b9fb744b37f20770e85 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 30 Apr 2018 19:55:01 +0200 Subject: [PATCH] Release 1.33.1 --- CHANGES.txt | 5 +++++ include/lest/lest.hpp | 2 +- include/lest/lest_cpp03.hpp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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