From 18a42e0e8980e3edc39198b18c5c4b9a464ea381 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 17 Oct 2018 00:32:52 +0800 Subject: modify version --- scripts/get.ps1 | 2 +- scripts/installer.nsi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 642f83282..5571e421b 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -42,7 +42,7 @@ try{ writeErrorTip 'Please set environment var "TMP" to another path' myExit 1 } -if($ver -eq $null){ $ver='v2.2.1' } +if($ver -eq $null){ $ver='v2.2.2' } Write-Host 'Start downloading... Hope amazon S3 is not broken again' try{ Invoke-Webrequest "https://github.com/tboox/xmake/releases/download/$ver/xmake-$ver.exe" -OutFile "$outfile" diff --git a/scripts/installer.nsi b/scripts/installer.nsi index c749b5b2d..2c4458609 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -60,13 +60,13 @@ RequestExecutionLevel admin ;-------------------------------- ; Version Information -VIProductVersion "2.2.1.0616" +VIProductVersion "2.2.2.1016" VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake" VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: https://www.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.1" +VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.2" ;-------------------------------- -- cgit v1.3.1