diff --git a/appveyor.yml b/appveyor.yml index 8d586576..b1e49926 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.6.2.{build} +version: 2.6.3.{build} pull_requests: do_not_increment_build_number: true diff --git a/osx/Info.plist b/osx/Info.plist index ef4f52d0..6e24a31f 100644 --- a/osx/Info.plist +++ b/osx/Info.plist @@ -13,6 +13,6 @@ CFBundleSignature ???? CFBundleVersion - 2.6.2 + 2.6.3 diff --git a/src/version.h b/src/version.h index c2dfb2f0..72246fef 100644 --- a/src/version.h +++ b/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" #endif