summaryrefslogtreecommitdiff
path: root/SCons/Defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Defaults.py')
-rw-r--r--SCons/Defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Defaults.py b/SCons/Defaults.py
index 4ca7ab86d..b21ce4c4a 100644
--- a/SCons/Defaults.py
+++ b/SCons/Defaults.py
@@ -521,7 +521,7 @@ def processDefines(defs) -> List[str]:
Any prefix/suffix is handled elsewhere (usually :func:`_concat_ixes`).
- .. versionchanged:: 4.5
+ .. versionchanged:: 4.5.0
Bare tuples are now treated the same as tuple-in-sequence, assumed
to describe a valued macro. Bare strings are now split on space.
A dictionary is no longer sorted before handling.