Skip to content

Commit abbf02b

Browse files
committed
Notepad++ Plugin List Release 1.8.5
1 parent 632810f commit abbf02b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/nppPluginList.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Notepad++ project
2-
// Copyright (C)2018 Don HO <don.h@free.fr>
2+
// Copyright (C)2025 Don HO <don.h@free.fr>
33
//
44
// This program is free software; you can redistribute it and/or
55
// modify it under the terms of the GNU General Public License
@@ -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 2020 by Don HO\0"
54+
VALUE "LegalCopyright", "Copyright 2025 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.arm64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"arch": "arm64",
55
"npp-plugins": [
66
{

src/pl.x64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"arch": "64",
55
"npp-plugins": [
66
{

src/pl.x86.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// This file is part of Notepad++ project
3-
// Copyright (C)2018 Don HO <don.h@free.fr>
3+
// Copyright (C)2025 Don HO <don.h@free.fr>
44
//
55
// This program is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU General Public License
@@ -40,8 +40,8 @@
4040
#define PLJSON "pl.x86.json"
4141
#endif
4242

43-
#define VERSION_VALUE "1.84\0"
44-
#define VERSION_DIGITALVALUE 1, 8, 4, 0
43+
#define VERSION_VALUE "1.85\0"
44+
#define VERSION_DIGITALVALUE 1, 8, 5, 0
4545

4646
#define TEXTFILE 256
4747
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)