summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-02 21:15:39 +0800
committerruki <[email protected]>2017-06-02 21:15:39 +0800
commit52326c8d59e59d4033a712a016f2a85bc7266de3 (patch)
tree089fb04905c1ec05b6e4dc8271912750d01aa22b
parentecaaba6b5881cfa62736f89ebd1a03f8027f3e53 (diff)
modify version title
-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 05c4ed06a..87a4a7a87 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -40,7 +40,7 @@ local history = require("project/history")
local menu =
{
-- title
- title = "XMake v" .. xmake._VERSION .. ", The Make-like Build Utility based on Lua"
+ title = "xmake v" .. xmake._VERSION .. ", A make-like build utility based on Lua"
-- copyright
, copyright = "Copyright (C) 2015-2017 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"