diff --git a/ChangeLog.md b/ChangeLog.md index 8af88f7e59..1c399d1cc1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,5 @@ -master ------- +v0.157.2 +-------- Warnings fixed: diff --git a/include/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index 0e5e4f1b56..ee12573d2d 100644 --- a/include/jsoncons/config/version.hpp +++ b/include/jsoncons/config/version.hpp @@ -11,7 +11,7 @@ #define JSONCONS_VERSION_MAJOR 0 #define JSONCONS_VERSION_MINOR 157 -#define JSONCONS_VERSION_PATCH 1 +#define JSONCONS_VERSION_PATCH 2 namespace jsoncons {