We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301f06c commit 579a1beCopy full SHA for 579a1be
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 2.6.2.{build}
+version: 2.6.3.{build}
2
3
pull_requests:
4
do_not_increment_build_number: true
osx/Info.plist
@@ -13,6 +13,6 @@
13
<key>CFBundleSignature</key>
14
<string>????</string>
15
<key>CFBundleVersion</key>
16
- <string>2.6.2</string>
+ <string>2.6.3</string>
17
</dict>
18
</plist>
src/version.h
@@ -1,7 +1,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_
-#define NXVERSION "NXEngine-evo 2.6.2"
+#define NXVERSION "NXEngine-evo 2.6.3"
5
6
#endif
7
0 commit comments