Skip to content

Commit

Permalink
v1.22.0 Update version number, Readme and Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Jan 5, 2015
1 parent 09ddf07 commit e8f0360
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes for lest � lest errors escape testing


version 1.22.0 2015-01-05

- Add decomposition for std::pair and std::tuple (thanks to @PureAbstract/Catch).


version 1.21.0 2014-12-27

- Add lest_FEATURE_AUTO_REGISTER.
Expand Down
2 changes: 1 addition & 1 deletion lest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# pragma GCC diagnostic ignored "-Wunused-value"
#endif

#define lest_VERSION "1.21.0"
#define lest_VERSION "1.22.0"

#ifndef lest_FEATURE_AUTO_REGISTER
# define lest_FEATURE_AUTO_REGISTER 0
Expand Down
2 changes: 1 addition & 1 deletion lest_cpp03.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# pragma GCC diagnostic ignored "-Wunused-value"
#endif

#define lest_VERSION "1.21.0"
#define lest_VERSION "1.22.0"

#ifndef lest_FEATURE_COLOURISE
# define lest_FEATURE_COLOURISE 0
Expand Down

0 comments on commit e8f0360

Please sign in to comment.