Skip to content

Commit 06f8536

Browse files
committed
Bump version and translations
1 parent 819dfd2 commit 06f8536

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.6.1.{build}
1+
version: 2.6.2.{build}
22

33
pull_requests:
44
do_not_increment_build_number: true

osx/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleVersion</key>
16-
<string>2.6.1</string>
16+
<string>2.6.2</string>
1717
</dict>
1818
</plist>

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __VERSION_H_
22
#define __VERSION_H_
33

4-
#define NXVERSION "NXEngine-evo 2.6.1"
4+
#define NXVERSION "NXEngine-evo 2.6.2"
55

66
#endif
77

travis/osx.package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
brew install dylibbundler
22

33
#langs
4-
wget https://github.com/nxengine/translations/releases/download/v1.1/all.zip
4+
wget https://github.com/nxengine/translations/releases/download/v1.2/all.zip
55
unzip all.zip
66

77
#prepare

win32/win.package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#prepare
22

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

0 commit comments

Comments
 (0)