summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-05 13:48:21 +1300
committerOlly Betts <olly@survex.com>2022-10-05 13:48:21 +1300
commitbefcd1bf586dfd2bb2d54ddb177f1e30a78e4e11 (patch)
treedfa63b35d12fdccb145c6b7885edd8023c4ea61c /Doc
parent3096e8aa00db7ac9ab7c63ce8c8d23b65800f4c9 (diff)
downloadswig-befcd1bf586dfd2bb2d54ddb177f1e30a78e4e11.tar.gz
Fix SWIG version reference in recent doc change
The upcoming release is 4.1.0 not 4.2.0.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Preprocessor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html
index c612c56ce..659cb6fa2 100644
--- a/Doc/Manual/Preprocessor.html
+++ b/Doc/Manual/Preprocessor.html
@@ -149,7 +149,7 @@ SWIGXML Defined when using XML
<p>
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
practice is to use SWIG-time conditional checks because that results in smaller
generated wrapper sources.