Fix SWIG version reference in recent doc change
The upcoming release is 4.1.0 not 4.2.0.
This commit is contained in:
parent
3096e8aa00
commit
befcd1bf58
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ SWIGXML Defined when using XML
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
SWIG also defines <tt>SWIG_VERSION</tt> and a target language macro in
|
SWIG also defines <tt>SWIG_VERSION</tt> and a target language macro in
|
||||||
the generated wrapper file (since SWIG 4.2.0 - in older versions these
|
the generated wrapper file (since SWIG 4.1.0 - in older versions these
|
||||||
were defined for some target languages but this wasn't consistent). Best
|
were defined for some target languages but this wasn't consistent). Best
|
||||||
practice is to use SWIG-time conditional checks because that results in smaller
|
practice is to use SWIG-time conditional checks because that results in smaller
|
||||||
generated wrapper sources.
|
generated wrapper sources.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue