Skip to content

Commit

Permalink
改个版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Dec 9, 2022
1 parent 0d0acfe commit c9f3a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elseif(${EMMY_LUA_VERSION} STREQUAL "jit")
#add_definitions(-DEMMY_LUA_JIT_SUPPORT_LUA_SETFUNCS)
endif()

add_definitions(-DEMMY_CORE_VERSION="1.4.0")
add_definitions(-DEMMY_CORE_VERSION="1.4.1")

if(EMMY_USE_LUA_SOURCE)
add_definitions(-DEMMY_USE_LUA_SOURCE)
Expand Down

0 comments on commit c9f3a1f

Please sign in to comment.