Notepad++ 8.1.9 release
This commit is contained in:
parent
1a02319a8a
commit
abd1ea43c9
|
@ -1,3 +1,9 @@
|
|||
Notepad++ v8.1.9 bug-fixes:
|
||||
|
||||
1. Fix empty file with non-Unicode encoding cannot be saved issue.
|
||||
2. Fix language list in Style Configurator not being reloaded issue.
|
||||
|
||||
|
||||
Notepad++ v8.1.8 bug-fixes:
|
||||
|
||||
1. Fix config files (XML) saving performance regression.
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
//
|
||||
// Notepad++ version: begin
|
||||
//
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.8")
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.9")
|
||||
|
||||
// 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("8.18\0")
|
||||
#define VERSION_DIGITALVALUE 8, 1, 8, 0
|
||||
#define VERSION_VALUE TEXT("8.19\0")
|
||||
#define VERSION_DIGITALVALUE 8, 1, 9, 0
|
||||
|
||||
// Notepad++ version: end
|
||||
|
||||
|
|
Loading…
Reference in New Issue