From c3d4228e8d6d0188dfdef86b6cf3b3972cb8e27d Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Wed, 10 Apr 2024 22:49:05 +0200 Subject: [PATCH] version 3.0.18 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 27acf774..92316070 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,17,0 -#define PYSCR_VERSION_STRING "3.0.17.0" +#define PYSCR_VERSION_NUMERIC 3,0,18,0 +#define PYSCR_VERSION_STRING "3.0.18.0" #endif diff --git a/appveyor.yml b/appveyor.yml index a97f1a96..0e439948 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.17.{build} +version: 3.0.18.{build} image: Visual Studio 2022