Skip to content

Commit 127c990

Browse files
committed
Release 0.8.0
1 parent 1dcfd45 commit 127c990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/xeus-lua/xeus_lua_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
// Project version
1414
#define XEUS_LUA_VERSION_MAJOR 0
15-
#define XEUS_LUA_VERSION_MINOR 7
16-
#define XEUS_LUA_VERSION_PATCH 7
15+
#define XEUS_LUA_VERSION_MINOR 8
16+
#define XEUS_LUA_VERSION_PATCH 0
1717

1818
// Composing the version string from major, minor and patch
1919
#define XEUS_LUA_CONCATENATE(A, B) XEUS_LUA_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)