From 20d03022cbe82ca6ac0eb70777163d312b986713 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Sat, 28 Aug 2021 18:11:24 +0200 Subject: [PATCH] version 3.0.9 for alpha tests --- PythonScript/src/PythonScriptVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PythonScript/src/PythonScriptVersion.h b/PythonScript/src/PythonScriptVersion.h index 7f29dd49..02617484 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,8,0 -#define PYSCR_VERSION_STRING "3.0.8.0" +#define PYSCR_VERSION_NUMERIC 3,0,9,0 +#define PYSCR_VERSION_STRING "3.0.9.0" #endif