Skip to content

Commit

Permalink
update version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Dec 5, 2023
1 parent a69f9ad commit 165bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ add_rules("mode.debug", "mode.release")
if not is_plat("windows") then add_rules("mode.coverage", "mode.asan", "mode.msan", "mode.tsan", "mode.lsan") end

-- version
set_version("1.3.0", {build = "%Y%m%d%H%M"})
set_version("1.3.1", {build = "%Y%m%d%H%M"})
set_configvar("LOG_ACTIVE_LEVEL", 0) -- 激活的日志级别
-- if is_mode("debug") then
-- set_configvar("LOG_ACTIVE_LEVEL", 0) -- 激活的日志级别
Expand Down

0 comments on commit 165bbab

Please sign in to comment.