Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Apr 9, 2018
1 parent 301f06c commit 579a1be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.{build}
version: 2.6.3.{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.2</string>
<string>2.6.3</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.2"
#define NXVERSION "NXEngine-evo 2.6.3"

#endif

0 comments on commit 579a1be

Please sign in to comment.