From b09ab672a91a098911288f24bc4886a0bcd341a8 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Mon, 7 Feb 2022 00:05:35 +0100 Subject: [PATCH] version 3.0.11 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 65b82fa5..02cc1649 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,10,0 -#define PYSCR_VERSION_STRING "3.0.10.0" +#define PYSCR_VERSION_NUMERIC 3,0,11,0 +#define PYSCR_VERSION_STRING "3.0.11.0" #endif diff --git a/appveyor.yml b/appveyor.yml index 6452583f..710854ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.10.{build} +version: 3.0.11.{build} image: Visual Studio 2022