diff options
| author | ruki <[email protected]> | 2017-10-13 23:58:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-10-13 17:51:41 +0800 |
| commit | a04725662933fbbe3ad4a319d03267fc32907242 (patch) | |
| tree | fda83f6b8f9149bce08bdbef47a620ab0869af3b /scripts | |
| parent | b9df5eab46be67e030d770bd0549ff2ded0e1093 (diff) | |
update versionv2.1.7
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index c7d17e896..0633c68b6 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -60,13 +60,13 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.1.6.0816"
+VIProductVersion "2.1.7.1013"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: http://www.xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2017 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The Make-like Build Utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.6"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.7"
;--------------------------------
|
