From bebbeda0f42ae686401c5f32f22d6327c7276e20 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Thu, 6 Jun 2019 21:50:36 -0400 Subject: [PATCH] Bump version to v1.3 --- appveyor.yml | 2 +- src/Version.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cb9e67d..45087f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.0.{build} +version: 1.3.0.{build} image: Visual Studio 2017 platform: diff --git a/src/Version.h b/src/Version.h index b81fa27..fa16001 100644 --- a/src/Version.h +++ b/src/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 1,2,0,0 -#define VERSION_LINEAR 1200 -#define VERSION_LINEAR_TEXT TEXT("1200") -#define VERSION_TEXT TEXT("1.2") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 1,3,0,0 +#define VERSION_LINEAR 1300 +#define VERSION_LINEAR_TEXT TEXT("1300") +#define VERSION_TEXT TEXT("1.3") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", ""