From 9b139e02c0c2e45f48c3b05fdd944b68b2ab06a0 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Mon, 7 Feb 2022 01:21:21 +0100 Subject: [PATCH] version 3.0.12 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 02cc1649..0b36ba18 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,11,0 -#define PYSCR_VERSION_STRING "3.0.11.0" +#define PYSCR_VERSION_NUMERIC 3,0,12,0 +#define PYSCR_VERSION_STRING "3.0.12.0" #endif diff --git a/appveyor.yml b/appveyor.yml index 710854ac..b4813b59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.11.{build} +version: 3.0.12.{build} image: Visual Studio 2022