Skip to content

Commit 531699c

Browse files
committed
Notepad++ Plugin List Release 1.1.7
1 parent b35a17c commit 531699c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.1.5.{build}
1+
version: 1.1.7.{build}
22
image: Visual Studio 2017
33

44

src/nppPluginList.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BEGIN
5151
VALUE "FileDescription", "Plugin List for Notepad++\0"
5252
VALUE "FileVersion", VERSION_VALUE
5353
VALUE "InternalName", "nppPluginList.dll\0"
54-
VALUE "LegalCopyright", "Copyright 2018 by Don HO\0"
54+
VALUE "LegalCopyright", "Copyright 2020 by Don HO\0"
5555
VALUE "OriginalFilename", "nppPluginList.dll\0"
5656
VALUE "ProductName", "Plugin List for Notepad++\0"
5757
VALUE "ProductVersion", VERSION_VALUE

src/pl.x64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"arch": "64",
55
"npp-plugins": [
66
{

src/pl.x86.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#define PLJSON "pl.x86.json"
3535
#endif
3636

37-
#define VERSION_VALUE "1.16\0"
38-
#define VERSION_DIGITALVALUE 1, 1, 6, 0
37+
#define VERSION_VALUE "1.17\0"
38+
#define VERSION_DIGITALVALUE 1, 1, 7, 0
3939

4040
#define TEXTFILE 256
4141
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)