mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ update: version strings
This commit is contained in:
parent
1632853b11
commit
099acd3bce
@ -62,7 +62,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1920)
|
||||
#if(_MSC_FULL_VER >= 192027508)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.(0-1)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.(0-2)
|
||||
#elif(_MSC_FULL_VER >= 192027027)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user