Skip to content

Commit 23dfa05

Browse files
committed
Plugin Demo for Notepad++ v4.5 release
1 parent 840e368 commit 23dfa05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NppPluginDemo.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include <windows.h>
2121
#include "resource.h"
2222

23-
#define VERSION_VALUE "4.4\0"
24-
#define VERSION_DIGITALVALUE 4, 4, 0, 0
23+
#define VERSION_VALUE "4.5\0"
24+
#define VERSION_DIGITALVALUE 4, 5, 0, 0
2525

2626
VS_VERSION_INFO VERSIONINFO
2727
FILEVERSION VERSION_DIGITALVALUE
@@ -44,7 +44,7 @@ BEGIN
4444
VALUE "FileDescription", "Demo plugin for Notepad++\0"
4545
VALUE "FileVersion", VERSION_VALUE
4646
VALUE "InternalName", "NppPluginDemo.dll\0"
47-
VALUE "LegalCopyright", "Copyright 2022 by Don HO\0"
47+
VALUE "LegalCopyright", "Copyright 2025 by Don HO\0"
4848
VALUE "OriginalFilename", "NppPluginDemo.dll\0"
4949
VALUE "ProductName", "NppPluginDemo\0"
5050
VALUE "ProductVersion", VERSION_VALUE

0 commit comments

Comments
 (0)