diff options
| author | ruki <[email protected]> | 2015-04-30 18:32:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-04-30 18:32:00 +0800 |
| commit | 335840294ec2442d177358cc8e42c036d46401ac (patch) | |
| tree | 33182d15b9ca312a551c3c635ac5faec0e3f0c0f /xmake/scripts/_xmake_main.lua | |
| parent | b58ecc2194967e75375116db9ca782cdfe261022 (diff) | |
add actions to the option menu
Diffstat (limited to 'xmake/scripts/_xmake_main.lua')
| -rw-r--r-- | xmake/scripts/_xmake_main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/_xmake_main.lua b/xmake/scripts/_xmake_main.lua index db7981609..210c89726 100644 --- a/xmake/scripts/_xmake_main.lua +++ b/xmake/scripts/_xmake_main.lua @@ -24,6 +24,7 @@ xmake = xmake or {} xmake._ARGV = _ARGV xmake._VERBOSE = _VERBOSE +xmake._VERSION = "1.0.1" xmake._PROGRAM_DIR = _PROGRAM_DIR xmake._PROJECT_DIR = _PROJECT_DIR xmake._SCRIPTS_DIR = _PROGRAM_DIR .. "/scripts/" |
