Skip to content

Commit

Permalink
Bump version and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Feb 16, 2018
1 parent 819dfd2 commit 06f8536
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1.{build}
version: 2.6.2.{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.1</string>
<string>2.6.2</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.1"
#define NXVERSION "NXEngine-evo 2.6.2"

#endif

2 changes: 1 addition & 1 deletion travis/osx.package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
brew install dylibbundler

#langs
wget https://github.com/nxengine/translations/releases/download/v1.1/all.zip
wget https://github.com/nxengine/translations/releases/download/v1.2/all.zip
unzip all.zip

#prepare
Expand Down
2 changes: 1 addition & 1 deletion win32/win.package.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#prepare

Invoke-WebRequest "https://github.com/nxengine/translations/releases/download/v1.1/all.zip" -Out all.zip
Invoke-WebRequest "https://github.com/nxengine/translations/releases/download/v1.2/all.zip" -Out all.zip
7z x .\all.zip
rm .\all.zip

Expand Down

0 comments on commit 06f8536

Please sign in to comment.