Notepad++ release 7.5.3
This commit is contained in:
parent
48b3613d38
commit
b2c3e82ce7
@ -1,3 +1,10 @@
|
||||
Notepad++ 7.5.3 bug-fixes:
|
||||
|
||||
1. Fix shell extension registration failure in installer.
|
||||
2. Fix theme files installation failure in installer.
|
||||
3. Fix DSpellCheck incomplete installation in installer.
|
||||
|
||||
|
||||
Notepad++ 7.5.2 new features/enhancements & bug-fixes:
|
||||
|
||||
1. Fixed hanging issue while modifying JavaScript TAB settings.
|
||||
|
@ -27,12 +27,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.2")
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.5.3")
|
||||
|
||||
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
|
||||
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
||||
#define VERSION_VALUE TEXT("7.52\0")
|
||||
#define VERSION_DIGITALVALUE 7, 5, 2, 0
|
||||
#define VERSION_VALUE TEXT("7.53\0")
|
||||
#define VERSION_DIGITALVALUE 7, 5, 3, 0
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user