We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcfd45 commit 127c990Copy full SHA for 127c990
include/xeus-lua/xeus_lua_config.hpp
@@ -12,8 +12,8 @@
12
13
// Project version
14
#define XEUS_LUA_VERSION_MAJOR 0
15
-#define XEUS_LUA_VERSION_MINOR 7
16
-#define XEUS_LUA_VERSION_PATCH 7
+#define XEUS_LUA_VERSION_MINOR 8
+#define XEUS_LUA_VERSION_PATCH 0
17
18
// Composing the version string from major, minor and patch
19
#define XEUS_LUA_CONCATENATE(A, B) XEUS_LUA_CONCATENATE_IMPL(A, B)
0 commit comments