From 5003891626d4c2f2edf101f6e7d75dbc5dc56713 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Mon, 7 Sep 2020 09:18:37 +0200 Subject: [PATCH] version 3.0.4 for alpha tests --- PythonScript/src/PythonScriptVersion.h | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PythonScript/src/PythonScriptVersion.h b/PythonScript/src/PythonScriptVersion.h index d210a2bc..51b82265 100644 --- a/PythonScript/src/PythonScriptVersion.h +++ b/PythonScript/src/PythonScriptVersion.h @@ -1,7 +1,7 @@ #ifndef _PYTHONSCRIPTVERSION_H #define _PYTHONSCRIPTVERSION_H -#define PYSCR_VERSION_NUMERIC 3,0,3,0 -#define PYSCR_VERSION_STRING "3.0.3.0" +#define PYSCR_VERSION_NUMERIC 3,0,4,0 +#define PYSCR_VERSION_STRING "3.0.4.0" #endif diff --git a/appveyor.yml b/appveyor.yml index cc6bbbb1..efadbd3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.3.{build} +version: 3.0.4.{build} image: Visual Studio 2017