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 @@