diff --git a/include/xeus-lua/xeus_lua_config.hpp b/include/xeus-lua/xeus_lua_config.hpp index 287336b..5163093 100644 --- a/include/xeus-lua/xeus_lua_config.hpp +++ b/include/xeus-lua/xeus_lua_config.hpp @@ -13,7 +13,7 @@ // Project version #define XEUS_LUA_VERSION_MAJOR 0 #define XEUS_LUA_VERSION_MINOR 7 -#define XEUS_LUA_VERSION_PATCH 4 +#define XEUS_LUA_VERSION_PATCH 5 // Composing the version string from major, minor and patch #define XEUS_LUA_CONCATENATE(A, B) XEUS_LUA_CONCATENATE_IMPL(A, B)