Skip to content

Commit

Permalink
Bump version and update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Jan 2, 2018
1 parent 21f618c commit 0fd98ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.6.{build}
version: 2.6.1.{build}

pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion osx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.6</string>
<string>2.6.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_

#define NXVERSION "NXEngine-evo 2.6"
#define NXVERSION "NXEngine-evo 2.6.1"

#endif

4 changes: 1 addition & 3 deletions travis/osx.package.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions win32/win.package.ps1
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0fd98ee

Please sign in to comment.