summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-03 14:22:06 +0800
committerruki <[email protected]>2019-02-03 14:22:06 +0800
commita2e6e7ce0729ec8108c0eb2d86fbe68cdf832b53 (patch)
treea5bf8c2bb9bf5f916abb31b1a2d6475662c6537b /xmake/core/project/project.lua
parent2c7a2ff446fd7ad85922a2990d6452627133c8c3 (diff)
improve set_version and add builtin variables
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 0d7289a90..88da7811c 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -209,7 +209,6 @@ function project.interpreter()
{
-- set_xxx
"set_project"
- , "set_version"
, "set_modes"
-- add_xxx
, "add_requires"