From 579a1be0f89fb892524b00c71d65825e4bae75dd Mon Sep 17 00:00:00 2001 From: iSage Date: Mon, 9 Apr 2018 23:44:59 +0300 Subject: [PATCH] Bump version --- appveyor.yml | 2 +- osx/Info.plist | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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