diff options
| author | ruki <[email protected]> | 2017-08-24 18:12:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-24 18:12:19 +0800 |
| commit | 35e1d95ced10a2311e9ee96030b8aeb7a2e4bf8b (patch) | |
| tree | c254218406e38a8faf0505d9b8a0fd30b14e342b /docs/manual.md | |
| parent | 7187dc72fa1909168213283ecd651fed35c1daae (diff) | |
support build version
Diffstat (limited to 'docs/manual.md')
| -rw-r--r-- | docs/manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual.md b/docs/manual.md index 9d0cf5b46..0427b85cf 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -320,6 +320,12 @@ For example: #define TB_CONFIG_VERSION_BUILD 201510220917 ``` +We can set build version in v2.1.7 version: + +```lua +set_version("1.5.1", {build = "%Y%m%d%H%M"}) +``` + ##### set_xmakever ###### Set minimal xmake version |
