From: Vadim Zeitlin Date: Tue, 27 Aug 2002 09:20:13 +0000 (+0000) Subject: mention wxCHECK_VERSION X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f33f16ec02ff307ba6e715c57ff303a3bad5e481?ds=inline mention wxCHECK_VERSION git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index b499a9ace9..ccfc809cda 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -14,6 +14,10 @@ INCOMPATIBLE CHANGES SINCE 2.2.x your code without this define as it won't be default any longer in 2.6 release. + NB: if you want to build your program with different major versions + of wxWindows you will probably find the wxCHECK_VERSION() macro + (see the documentation) useful. + wxBase: