summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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"
;--------------------------------