diff options
| author | ruki <[email protected]> | 2017-08-05 23:12:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-05 23:12:23 +0800 |
| commit | 80d60243e2af2587ebac63b1d3ba42919a263ea9 (patch) | |
| tree | 8c2fee91c5da675f6a1c4e97844a37fcd57c09f3 /scripts | |
| parent | 72f68f941f9b6d07f71811fe403a2dc178270af0 (diff) | |
modify core xmake file
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 f4dd014b5..a61051630 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -60,7 +60,7 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.1.5.0630"
+VIProductVersion "2.1.5.0805"
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"
|
