From 0fd98ee6bf7c00ed92882990d5f482dacbc9728c Mon Sep 17 00:00:00 2001 From: iSage Date: Wed, 3 Jan 2018 02:09:27 +0300 Subject: [PATCH] Bump version and update translations --- appveyor.yml | 2 +- osx/Info.plist | 2 +- src/version.h | 2 +- travis/osx.package.sh | 4 +--- win32/win.package.ps1 | 4 +--- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d1288acf..cd346864 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.6.{build} +version: 2.6.1.{build} pull_requests: do_not_increment_build_number: true diff --git a/osx/Info.plist b/osx/Info.plist index ae54f4dd..4551a56f 100644 --- a/osx/Info.plist +++ b/osx/Info.plist @@ -13,6 +13,6 @@ CFBundleSignature ???? CFBundleVersion - 2.6 + 2.6.1 diff --git a/src/version.h b/src/version.h index 4873ac9f..29476392 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #ifndef __VERSION_H_ #define __VERSION_H_ -#define NXVERSION "NXEngine-evo 2.6" +#define NXVERSION "NXEngine-evo 2.6.1" #endif diff --git a/travis/osx.package.sh b/travis/osx.package.sh index f6d734a7..2c656bbe 100755 --- a/travis/osx.package.sh +++ b/travis/osx.package.sh @@ -1,9 +1,7 @@ brew install dylibbundler #langs -part=`curl --silent https://github.com/nxengine/translations/releases/latest | cut -d '"' -f 2 | sed 's/tag/download/'` -url="$part/all.zip" -wget $url +wget https://github.com/nxengine/translations/releases/download/v1.1/all.zip unzip all.zip #prepare diff --git a/win32/win.package.ps1 b/win32/win.package.ps1 index c4acb717..8f26dcda 100755 --- a/win32/win.package.ps1 +++ b/win32/win.package.ps1 @@ -1,8 +1,6 @@ #prepare -$tag = (Invoke-WebRequest "https://api.github.com/repos/nxengine/translations/releases" | ConvertFrom-Json)[0].tag_name - -Invoke-WebRequest "https://github.com/nxengine/translations/releases/download/$tag/all.zip" -Out all.zip +Invoke-WebRequest "https://github.com/nxengine/translations/releases/download/v1.1/all.zip" -Out all.zip 7z x .\all.zip rm .\all.zip