diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-15 09:41:23 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-15 09:41:23 -0700 |
| commit | 4339eb8ad7b6c2e1ba5919872bc1065f762a2ec3 (patch) | |
| tree | 2670618bd720387f63dc03175b083feaab6935d1 /xmake.lua | |
| parent | Merge pull request #129 from EpicGames/de/better-iterate-chunks (diff) | |
| parent | cleanup (diff) | |
| download | zen-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.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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", |