mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
+ fix: "Don't show this DialogBox again" checkbox now remembers positive answers only + fix: Message "Large File Warning" now default value for large files > 256MB
15 lines
563 B
C
15 lines
563 B
C
// //////////////////////////////////////////////////////////
|
|
// //
|
|
// this file is generated - use template to apply changes //
|
|
// //
|
|
// //////////////////////////////////////////////////////////
|
|
#define APPNAME Notepad3
|
|
#define SAPPNAME "Notepad3"
|
|
#define VERSION_MAJOR 5
|
|
#define VERSION_MINOR 19
|
|
#define VERSION_REV 730
|
|
#define VERSION_BUILD 2517
|
|
#define SCINTILLA_VER 420
|
|
#define ONIGURUMA_REGEX_VER 6.9.3
|
|
#define VERSION_PATCH RC2
|