diff options
| author | ruki <[email protected]> | 2017-04-02 17:19:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-02 17:19:29 +0800 |
| commit | 248b2cc8a96d41445a2e46d259d14fea8e4203ec (patch) | |
| tree | cf861f84510a014f46abd452c6ee5eb2411088fe /scripts | |
| parent | be424f5614c6d5f5afd526049cc4df2a4a866eba (diff) | |
fix io.printf bugv2.1.3
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 2f3da5c17..f4082b69f 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -49,7 +49,7 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.1.3.0329"
+VIProductVersion "2.1.3.0402"
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"
|
