Skip to content

Commit

Permalink
Release 1.33.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Nov 15, 2018
1 parent d842443 commit 389924c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/lest/lest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <cmath>
#include <cstddef>

#define lest_VERSION "1.33.4"
#define lest_VERSION "1.33.5"

#ifndef lest_FEATURE_AUTO_REGISTER
# define lest_FEATURE_AUTO_REGISTER 0
Expand Down
2 changes: 1 addition & 1 deletion include/lest/lest_cpp03.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <cstdlib>
#include <ctime>

#define lest_VERSION "1.33.4"
#define lest_VERSION "1.33.5"

#ifndef lest_FEATURE_COLOURISE
# define lest_FEATURE_COLOURISE 0
Expand Down

0 comments on commit 389924c

Please sign in to comment.