From 5d22aef9e5f1bf710459b93416833cb301bd9b88 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Sat, 30 Apr 2022 10:21:12 +0200 Subject: [PATCH] version 3.0.14 for alpha tests --- PythonScript/src/PythonScriptVersion.h | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PythonScript/src/PythonScriptVersion.h b/PythonScript/src/PythonScriptVersion.h index 68f9d2fb..d4e6860e 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,13,0 -#define PYSCR_VERSION_STRING "3.0.13.0" +#define PYSCR_VERSION_NUMERIC 3,0,14,0 +#define PYSCR_VERSION_STRING "3.0.14.0" #endif diff --git a/appveyor.yml b/appveyor.yml index d29898a9..0e71a6b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.13.{build} +version: 3.0.14.{build} image: Visual Studio 2022 @@ -13,7 +13,7 @@ platform: configuration: - Release - Debug - # see https://www.boost.org/doc/libs/1_78_0/libs/python/doc/html/building/python_debugging_builds.html + # see https://www.boost.org/doc/libs/1_79_0/libs/python/doc/html/building/python_debugging_builds.html # not available by boost nuget package #- PythonDebug