summaryrefslogtreecommitdiff
path: root/docs/zh
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-24 18:12:19 +0800
committerruki <[email protected]>2017-08-24 18:12:19 +0800
commit35e1d95ced10a2311e9ee96030b8aeb7a2e4bf8b (patch)
treec254218406e38a8faf0505d9b8a0fd30b14e342b /docs/zh
parent7187dc72fa1909168213283ecd651fed35c1daae (diff)
support build version
Diffstat (limited to 'docs/zh')
-rw-r--r--docs/zh/manual.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/zh/manual.md b/docs/zh/manual.md
index fc9bad30e..6c8fe5e4a 100644
--- a/docs/zh/manual.md
+++ b/docs/zh/manual.md
@@ -334,6 +334,12 @@ set_version("1.5.1")
#define TB_CONFIG_VERSION_BUILD 201510220917
```
+2.1.7版本支持buildversion的配置:
+
+```lua
+set_version("1.5.1", {build = "%Y%m%d%H%M"})
+```
+
##### set_xmakever
###### 设置最小xmake版本