summaryrefslogtreecommitdiff
path: root/xmake/core/project/global.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-23 10:40:50 +0800
committerruki <[email protected]>2016-05-23 10:40:50 +0800
commitc8454a31c38bbf25b56d0dd4a9a7c8d71ca59419 (patch)
tree126433106bc622ee8671f73aaf1fb5870c9427b9 /xmake/core/project/global.lua
parent273e6abaea05b469bdb10b5cce57ff064886fe52 (diff)
impl run action
Diffstat (limited to 'xmake/core/project/global.lua')
-rw-r--r--xmake/core/project/global.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/global.lua b/xmake/core/project/global.lua
index 9d72e73c1..4649139b5 100644
--- a/xmake/core/project/global.lua
+++ b/xmake/core/project/global.lua
@@ -123,7 +123,7 @@ function global.save()
assert(options)
-- add version
- options.__version = xmake._VERSION
+ options.__version = xmake._VERSION_SHORT
-- save it
return io.save(global._file(), options)