summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
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 8a2219935..b9f032680 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -2,7 +2,7 @@
set_project("xmake")
-- version
-set_version("2.1.9", {build = "%Y%m%d%H%M"})
+set_version("2.2.1", {build = "%Y%m%d%H%M"})
-- set xmake min version
set_xmakever("2.1.8")