diff --git a/CMakeLists.txt b/CMakeLists.txt index 352089b..fbc5925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt" set(CPACK_PACKAGE_VERSION_MAJOR 5) set(CPACK_PACKAGE_VERSION_MINOR 3) -set(CPACK_PACKAGE_VERSION_PATCH 1) +set(CPACK_PACKAGE_VERSION_PATCH 2) set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval") set(CPACK_PACKAGE_VENDOR "ChaiScript.com") diff --git a/include/chaiscript/chaiscript_defines.hpp b/include/chaiscript/chaiscript_defines.hpp index 0fd6fc5..cacb8bf 100644 --- a/include/chaiscript/chaiscript_defines.hpp +++ b/include/chaiscript/chaiscript_defines.hpp @@ -46,7 +46,7 @@ namespace chaiscript { static const int version_major = 5; static const int version_minor = 3; - static const int version_patch = 1; + static const int version_patch = 2; } #endif diff --git a/releasenotes.md b/releasenotes.md index 4b7447d..a60227e 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,6 +1,8 @@ Notes: ======= -Current Version: 5.3.1 +Current Version: 5.3.2 + +### Changes since 5.3.1 ### Changes since 5.3.0 * Add automatic conversion of arithmetic return types, following the same