summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-03-07 22:58:42 +0800
committerruki <[email protected]>2022-03-07 22:58:42 +0800
commitb2a4ded3d810b41e8b82b83afc46d5d4c7139241 (patch)
treefcbe9bd50dae9e2d37823d87046121544f880d88 /core/xmake.lua
parent8ba035ac5c335378192fc130ae2a0cac5d37776f (diff)
update version
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index 2a2ed66a3..c0a2ec5d5 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -2,7 +2,7 @@
set_project("xmake")
-- version
-set_version("2.6.3", {build = "%Y%m%d%H%M"})
+set_version("2.6.4", {build = "%Y%m%d%H%M"})
-- set xmake min version
set_xmakever("2.2.3")