summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-14 20:41:34 +0800
committerruki <[email protected]>2019-04-14 20:41:34 +0800
commit05dc38e6bf13a02c26aacff2c2f41741142e1f92 (patch)
tree695bbf4c6284c203713c275a97b0985f16a49169 /xmake/core/main.lua
parent85cb688e30f996c5ac1036ec99b6c7c1a45cb035 (diff)
add xmake.version
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 26bf12bad..685030a10 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -41,7 +41,7 @@ local history = require("project/history")
local menu =
{
-- title
- title = "${bright}xmake v" .. xmake._VERSION .. ", A cross-platform build utility based on Lua${clear}"
+ title = "${bright}xmake v" .. _VERSION .. ", A cross-platform build utility based on Lua${clear}"
-- copyright
, copyright = "Copyright (C) 2015-2019 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"