From: Robin Dunn Date: Thu, 2 Feb 2006 01:48:40 +0000 (+0000) Subject: Mention the SWIG_VERSION change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9037d43c673a67d7b6b77b139f8ee8f3c278e3a4 Mention the SWIG_VERSION change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/SWIG/README.txt b/wxPython/SWIG/README.txt index b689213340..5931e59a0a 100644 --- a/wxPython/SWIG/README.txt +++ b/wxPython/SWIG/README.txt @@ -43,7 +43,10 @@ swig-1.3.27.patch Bug fix for SWIG's definition of the %makedefault macro. + Add a SWIG_VERSION macro to the wrapper file so C/C++ code can + integrate with different versions of the generated runtime code. + ------------------------------------------------------------------------