Skip to content

Commit 21e09d5

Browse files
committed
NppShell v1.0 release
1 parent 012e2bb commit 21e09d5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NppShell.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ END
290290
//
291291

292292
VS_VERSION_INFO VERSIONINFO
293-
FILEVERSION 1,0,0,0
294-
PRODUCTVERSION 1,0,0,0
293+
FILEVERSION VERSION_DIGITALVALUE
294+
PRODUCTVERSION VERSION_DIGITALVALUE
295295
FILEFLAGSMASK 0x3fL
296296
#ifdef _DEBUG
297297
FILEFLAGS 0x1L
@@ -308,12 +308,12 @@ BEGIN
308308
BEGIN
309309
VALUE "CompanyName", "Bjarke I. Pedersen gurli@gurlinet.dk"
310310
VALUE "FileDescription", "Notepad++ Context Menu"
311-
VALUE "FileVersion", "1.0.0.0"
311+
VALUE "FileVersion", VERSION_VALUE
312312
VALUE "InternalName", "NppShell.dll"
313313
VALUE "LegalCopyright", "Copyleft 2023 by Bjarke I. Pedersen"
314314
VALUE "OriginalFilename", "NppShell.dll"
315315
VALUE "ProductName", "Notepad++"
316-
VALUE "ProductVersion", "1.0.0.0"
316+
VALUE "ProductVersion", VERSION_VALUE
317317
END
318318
END
319319
BLOCK "VarFileInfo"

resource.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
//
55
#define IDS_EDIT_WITH_NOTEPADPLUSPLUS 101
66

7+
#define VERSION_VALUE "1.0"
8+
#define VERSION_DIGITALVALUE 1,0,0,0
9+
710
// Next default values for new objects
811
//
912
#ifdef APSTUDIO_INVOKED

0 commit comments

Comments
 (0)