diff options
| author | ruki <[email protected]> | 2017-03-29 11:30:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-29 11:30:16 +0800 |
| commit | ae2895234a673e0780f8ad5f780153a96183d565 (patch) | |
| tree | 91eda609dcd5fb1d29a1375d9cb40ac263510e6c /scripts | |
| parent | cb1fb028caf39ce7044f07e0f02edb69ca83ae73 (diff) | |
update tbox for windows and fix installer.nsi
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 8b965573f..2f3da5c17 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -49,7 +49,7 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.1.3"
+VIProductVersion "2.1.3.0329"
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"
|
