Update the minimum required MSVS version to 2005

This commit is contained in:
Vadim Zeitlin
2021-04-26 16:26:34 +02:00
parent 8b854d2f92
commit 99f2d0ee2b
5 changed files with 9 additions and 6 deletions

View File

@@ -192,6 +192,9 @@ Changes in behaviour which may result in build errors
- wxImage constructor from XPM data is now explicit, write "wxImage(xpmData)"
instead of just "xpmData" if you really need to use it.
- Microsoft Visual Studio 2003 (a.k.a. MSVC 7) is not supported any longer, the
minimum required version is now 2005.
3.1.6: (released 2021-06-??)
----------------------------