summaryrefslogtreecommitdiff
path: root/bin/update-release-info.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-21 11:10:58 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-21 11:10:58 -0700
commitc575e233bfdb9f2ce9a368cfe1ca70366fb02873 (patch)
tree54a816f30eec891b3ecc2e0028f487f1f2cad6a4 /bin/update-release-info.py
parent859dd4545a76e4f2d7bc90e8193a9175fbc0060b (diff)
parent07efb42b5d952fb628471601227144ca167d6313 (diff)
downloadscons-git-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.tar.gz
change tree back to development mode and bring back changes from release branch
Diffstat (limited to 'bin/update-release-info.py')
-rw-r--r--bin/update-release-info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-release-info.py b/bin/update-release-info.py
index 59b3e848e..896f54ac8 100644
--- a/bin/update-release-info.py
+++ b/bin/update-release-info.py
@@ -295,6 +295,7 @@ t = UpdateFile(os.path.join('src', 'Announce.txt'))
if DEBUG: t.file = '/tmp/Announce.txt'
t.sub('\nRELEASE .*', '\nRELEASE ' + version_string + ' - ' + t.new_date)
+
# Update SConstruct
t = UpdateFile('SConstruct')