From accd4b14d7746582b245a358a1e430e4f1242a79 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Thu, 17 Feb 2022 23:41:32 +0100 Subject: [PATCH] Version 2.0.0 --- PythonScript/src/PythonScriptVersion.h | 4 ++-- appveyor.yml | 2 +- www/changelog.shtml | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/PythonScript/src/PythonScriptVersion.h b/PythonScript/src/PythonScriptVersion.h index 945d7a0f..f438b586 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 1,5,4,0 -#define PYSCR_VERSION_STRING "1.5.4.0" +#define PYSCR_VERSION_NUMERIC 2,0,0,0 +#define PYSCR_VERSION_STRING "2.0.0.0" #endif diff --git a/appveyor.yml b/appveyor.yml index daca6512..07421d5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.5.4.{build} +version: 2.0.0.{build} image: Visual Studio 2017 diff --git a/www/changelog.shtml b/www/changelog.shtml index 4dfc1575..08f53a04 100644 --- a/www/changelog.shtml +++ b/www/changelog.shtml @@ -1,5 +1,15 @@

Change log:

+2.0.0.0 + +
1.5.4.0