diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/brew-pr | 2 | ||||
| -rw-r--r-- | scripts/get.ps1 | 2 | ||||
| -rw-r--r-- | scripts/installer.nsi | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/scripts/brew-pr b/scripts/brew-pr index 2bdfe7a1c..6eab4b3c8 100755 --- a/scripts/brew-pr +++ b/scripts/brew-pr @@ -1,2 +1,2 @@ #!/bin/bash -brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.3.tar.gz --sha256=c73d34805ab26d214f22fee74bf033942f91ce43bfc028663ffb910ad22c2c5d xmake +brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.5.tar.gz --sha256=c73d34805ab26d214f22fee74bf033942f91ce43bfc028663ffb910ad22c2c5d xmake diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 0612719e8..f81863994 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -4,7 +4,7 @@ param ( [string]$branch = "master", - [string]$version = "v2.2.3" + [string]$version = "v2.2.5" ) & { diff --git a/scripts/installer.nsi b/scripts/installer.nsi index c290620f0..28be963e9 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -14,7 +14,7 @@ ;--------------------------------
; The name of the installer
-Name "xmake-v2.2.3"
+Name "xmake-v2.2.5"
; The file to write
OutFile "xmake.exe"
@@ -60,13 +60,13 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.2.3.1128"
+VIProductVersion "2.2.5.0401"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://www.xmake.io"
+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-2018 tboox.org"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The cross-platform build utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.3"
+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"
;--------------------------------
|
