mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+upd: Version update VS2019 : MS Visual Studio 2019 16.1.5
This commit is contained in:
parent
c0e747df42
commit
96edadb8bd
@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.509.(build_#) (2020-05-09)
|
||||
Current BETA Version 5.20.513.(build_#) (2020-05-13)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
509
|
||||
513
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.509.2"
|
||||
version="5.20.513.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1925)
|
||||
#if(_MSC_FULL_VER >= 192528614)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.5.4
|
||||
#define VER_CPL MS Visual C++ 2019 v16.5.(4-5)
|
||||
#elif(_MSC_FULL_VER >= 192528612)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.5.(2-3)
|
||||
#elif(_MSC_FULL_VER >= 192528611)
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 509
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 513
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 433
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user