We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840e368 commit 23dfa05Copy full SHA for 23dfa05
src/NppPluginDemo.rc
@@ -20,8 +20,8 @@
20
#include <windows.h>
21
#include "resource.h"
22
23
-#define VERSION_VALUE "4.4\0"
24
-#define VERSION_DIGITALVALUE 4, 4, 0, 0
+#define VERSION_VALUE "4.5\0"
+#define VERSION_DIGITALVALUE 4, 5, 0, 0
25
26
VS_VERSION_INFO VERSIONINFO
27
FILEVERSION VERSION_DIGITALVALUE
@@ -44,7 +44,7 @@ BEGIN
44
VALUE "FileDescription", "Demo plugin for Notepad++\0"
45
VALUE "FileVersion", VERSION_VALUE
46
VALUE "InternalName", "NppPluginDemo.dll\0"
47
- VALUE "LegalCopyright", "Copyright 2022 by Don HO\0"
+ VALUE "LegalCopyright", "Copyright 2025 by Don HO\0"
48
VALUE "OriginalFilename", "NppPluginDemo.dll\0"
49
VALUE "ProductName", "NppPluginDemo\0"
50
VALUE "ProductVersion", VERSION_VALUE
0 commit comments