aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-15 09:41:23 -0700
committerGitHub <[email protected]>2022-06-15 09:41:23 -0700
commit4339eb8ad7b6c2e1ba5919872bc1065f762a2ec3 (patch)
tree2670618bd720387f63dc03175b083feaab6935d1 /xmake.lua
parentMerge pull request #129 from EpicGames/de/better-iterate-chunks (diff)
parentcleanup (diff)
downloadzen-4339eb8ad7b6c2e1ba5919872bc1065f762a2ec3.tar.xz
zen-4339eb8ad7b6c2e1ba5919872bc1065f762a2ec3.zip
Merge pull request #131 from EpicGames/de/version-tag-automation
De/version tag automation
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake.lua b/xmake.lua
index de63f205b..3683c5344 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -1,9 +1,6 @@
-- Copyright Epic Games, Inc. All Rights Reserved.
set_configvar("ZEN_SCHEMA_VERSION", 3) -- changed cas oplog format (p3rl)
-local zenversion = os.getenv("ZEN_VERSION") or "0.0.0"
-zenversion = string.gsub(zenversion, "^v", "")
-set_version(zenversion, { build = "%Y%m%d%H%M" })
add_requires(
"vcpkg::asio",