mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #4296 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
fd1aeee963
@ -63,6 +63,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1115.2]- Minor enhancements for AviSynth Lexer.
|
||||
[1115.1]- Refactoring common base and subsequent syntax base font handling.
|
||||
[1114.1]- Minor corrections to project properties.
|
||||
[1104.1]- Full font description in resource files.
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
version="5.22.1115.1"
|
||||
version="5.22.1115.2"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
@ -151,7 +151,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1934)
|
||||
#if (_MSC_FULL_VER >= 193431933)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.4.0
|
||||
#define VER_CPL MS Visual C++ 2022 v17.4.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1933)
|
||||
#if (_MSC_FULL_VER >= 193331630)
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 1115
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 531
|
||||
#define LEXILLA_VER 520
|
||||
#define ONIGURUMA_REGEX_VER 6.9.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user