diff options
| author | ruki <[email protected]> | 2016-05-23 10:40:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-23 10:40:50 +0800 |
| commit | c8454a31c38bbf25b56d0dd4a9a7c8d71ca59419 (patch) | |
| tree | 126433106bc622ee8671f73aaf1fb5870c9427b9 /xmake/core/project/global.lua | |
| parent | 273e6abaea05b469bdb10b5cce57ff064886fe52 (diff) | |
impl run action
Diffstat (limited to 'xmake/core/project/global.lua')
| -rw-r--r-- | xmake/core/project/global.lua | 2 |
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) |
