summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-03-03 15:26:46 (GMT)
committerMats Wichmann <mats@linux.com>2023-03-03 15:26:46 (GMT)
commit34cd13741c84cfc58f13170ce25496633105f4c4 (patch)
tree4db40df211437fbbc479ac1bcb57db5fa6b860ba
parent1c83ac3958a6779a638fbef98493b178ad264bbd (diff)
downloadSCons-34cd13741c84cfc58f13170ce25496633105f4c4.zip
SCons-34cd13741c84cfc58f13170ce25496633105f4c4.tar.gz
SCons-34cd13741c84cfc58f13170ce25496633105f4c4.tar.bz2
man: add a "New in..." to ValidateOPtions [skip appveyor]
The new ValidateOptions had a :versionadded: in the docstring, but just noticed the actual manpage entry didn't have similar. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--SCons/Script/Main.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/SCons/Script/Main.xml b/SCons/Script/Main.xml
index fbb90fd..2070c36 100644
--- a/SCons/Script/Main.xml
+++ b/SCons/Script/Main.xml
@@ -1000,9 +1000,9 @@ scons --compilers=mingw (the correct flag is --compiler)
Could cause SCons to run configure steps with the incorrect compiler. Costing developer time trying to
track down why the configure logic failed with a compiler which should work.
</para>
-
-
-
+ <para>
+ <emphasis>New in version 4.5.0</emphasis>
+ </para>
</summary>
</scons_function>