Skip to content

Commit 579a1be

Browse files
committed
Bump version
1 parent 301f06c commit 579a1be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.{build}
1+
version: 2.6.3.{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.2</string>
16+
<string>2.6.3</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.2"
4+
#define NXVERSION "NXEngine-evo 2.6.3"
55

66
#endif
77

0 commit comments

Comments
 (0)