From c0873d7fd6acc78dd54b9bc9803ccbe76b124301 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Thu, 21 Dec 2023 18:01:03 +0100 Subject: [PATCH] version 3.0.17 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 7ca7eec6..27acf774 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,16,0 -#define PYSCR_VERSION_STRING "3.0.16.0" +#define PYSCR_VERSION_NUMERIC 3,0,17,0 +#define PYSCR_VERSION_STRING "3.0.17.0" #endif diff --git a/appveyor.yml b/appveyor.yml index 11efeb9b..8df01bf6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.16.{build} +version: 3.0.17.{build} image: Visual Studio 2022