Skip to content

Commit 19db110

Browse files
committed
bump 0.7.5 -> 0.7.6
1 parent acf7121 commit 19db110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xeus-lua/xeus_lua_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Project version
1414
#define XEUS_LUA_VERSION_MAJOR 0
1515
#define XEUS_LUA_VERSION_MINOR 7
16-
#define XEUS_LUA_VERSION_PATCH 5
16+
#define XEUS_LUA_VERSION_PATCH 6
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)