From 8dd7519aa9c5ceed4cb7db02b9f1fdcf8c2b7387 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 29 Apr 2024 20:03:44 +0200 Subject: [PATCH] Release 0.7.5 --- include/xeus-lua/xeus_lua_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)