summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/script/scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/scons.py b/src/script/scons.py
index 2c17cd8..8dcc371 100644
--- a/src/script/scons.py
+++ b/src/script/scons.py
@@ -85,7 +85,7 @@ scons_version = 'scons-%s' % __version__
# preferred order of scons lookup paths
prefs = []
-# - running from source takes priority (since 2.3.1)
+# - running from source takes priority (since 2.3.2)
script_path = os.path.abspath(os.path.dirname(__file__))
source_path = os.path.join(script_path, '..', 'engine')