mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #3894 from RaiKoHoff/Dev_Master
Version info for VS2019 (v16.11.9) update
This commit is contained in:
commit
1405038598
@ -83,7 +83,9 @@
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1929)
|
||||
#if (_MSC_FULL_VER >= 192930138)
|
||||
#if (_MSC_FULL_VER >= 192930139)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.9
|
||||
#elif (_MSC_FULL_VER >= 192930138)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.8
|
||||
#elif (_MSC_FULL_VER >= 192930137)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.(6-7)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user