diff options
| author | ruki <[email protected]> | 2018-11-29 00:42:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-28 22:12:06 +0800 |
| commit | c4d0e69abf2b9caa88b997ca1f2935b6e0b00c9f (patch) | |
| tree | 07f1d9fe7d692c0d3747fecfccdae37a52c4cacb /scripts/installer.nsi | |
| parent | 30e298cd2eb70ddb26303e353a1ceac2ad80c176 (diff) | |
update versionv2.2.3
Diffstat (limited to 'scripts/installer.nsi')
| -rw-r--r-- | scripts/installer.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 5606d6a29..c290620f0 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -14,7 +14,7 @@ ;--------------------------------
; The name of the installer
-Name "xmake-v2.2.2"
+Name "xmake-v2.2.3"
; The file to write
OutFile "xmake.exe"
@@ -60,13 +60,13 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.2.2.1016"
+VIProductVersion "2.2.3.1128"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://www.xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2018 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The cross-platform build utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.2"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.3"
;--------------------------------
|
