summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-26 21:39:51 +0800
committerruki <[email protected]>2019-05-26 21:39:51 +0800
commit3633407fdd3f55288c602238957f9e9fa16fc063 (patch)
tree07851c1fe2ad12eb2415577901f4bf27a56f653f /scripts
parent62e802d3d2bd954c7c101e0eaf792125e2f9e44d (diff)
v2.2.6 released
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get.ps12
-rw-r--r--scripts/installer.nsi6
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 7774e685a..fc35a9023 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -4,7 +4,7 @@
param (
[string]$branch = "master",
- [string]$version = "v2.2.5"
+ [string]$version = "v2.2.6"
)
& {
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index 28be963e9..aac0a9ea8 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -14,7 +14,7 @@
;--------------------------------
; The name of the installer
-Name "xmake-v2.2.5"
+Name "xmake-v2.2.6"
; The file to write
OutFile "xmake.exe"
@@ -60,13 +60,13 @@ RequestExecutionLevel admin
;--------------------------------
; Version Information
-VIProductVersion "2.2.5.0401"
+VIProductVersion "2.2.6.0526"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2019 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "A cross-platform build utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.5"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.6"
;--------------------------------