diff --git a/appveyor.yml b/appveyor.yml index c863e66fb..ac75ba62d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.1.5.{build} +version: 1.1.7.{build} image: Visual Studio 2017 diff --git a/src/nppPluginList.rc b/src/nppPluginList.rc index 2423b91f2..8f11a0105 100644 --- a/src/nppPluginList.rc +++ b/src/nppPluginList.rc @@ -51,7 +51,7 @@ BEGIN VALUE "FileDescription", "Plugin List for Notepad++\0" VALUE "FileVersion", VERSION_VALUE VALUE "InternalName", "nppPluginList.dll\0" - VALUE "LegalCopyright", "Copyright 2018 by Don HO\0" + VALUE "LegalCopyright", "Copyright 2020 by Don HO\0" VALUE "OriginalFilename", "nppPluginList.dll\0" VALUE "ProductName", "Plugin List for Notepad++\0" VALUE "ProductVersion", VERSION_VALUE diff --git a/src/pl.x64.json b/src/pl.x64.json index 2b5914129..95f037aa9 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.6", + "version": "1.1.7", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index cd3fb5a04..77d218813 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.6", + "version": "1.1.7", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 3a1d28db2..cebf3aecc 100644 --- a/src/resource.h +++ b/src/resource.h @@ -34,8 +34,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.16\0" -#define VERSION_DIGITALVALUE 1, 1, 6, 0 +#define VERSION_VALUE "1.17\0" +#define VERSION_DIGITALVALUE 1, 1, 7, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101