From 34cd13741c84cfc58f13170ce25496633105f4c4 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 3 Mar 2023 08:26:46 -0700 Subject: 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 --- SCons/Script/Main.xml | 6 +++--- 1 file 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. - - - + + New in version 4.5.0 + -- cgit v0.12