From 5a2d0b34eafaee9c3d594fc54e125d8e02a1e45c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 28 Jan 2024 18:01:32 +0100 Subject: [PATCH] Plugin Demo for Notepad++ v4.4 release 1. Add accurate description for all API (message for sending to Notepad++). 2. Update header files. 3. Add 2 new commands "Plugin Communication Guide" & "Get Plugin Demo Source Code". --- src/NppPluginDemo.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NppPluginDemo.rc b/src/NppPluginDemo.rc index cd5e7e5..582fe8a 100644 --- a/src/NppPluginDemo.rc +++ b/src/NppPluginDemo.rc @@ -20,8 +20,8 @@ #include #include "resource.h" -#define VERSION_VALUE "4.3\0" -#define VERSION_DIGITALVALUE 4, 3, 0, 0 +#define VERSION_VALUE "4.4\0" +#define VERSION_DIGITALVALUE 4, 4, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_DIGITALVALUE