Skip to content

Commit

Permalink
Plugin Demo for Notepad++ v4.4 release
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
donho committed Jan 28, 2024
1 parent a564ea6 commit 5a2d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NppPluginDemo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <windows.h>
#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
Expand Down

0 comments on commit 5a2d0b3

Please sign in to comment.