diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-21 18:10:58 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-21 18:10:58 (GMT) |
commit | c575e233bfdb9f2ce9a368cfe1ca70366fb02873 (patch) | |
tree | 54a816f30eec891b3ecc2e0028f487f1f2cad6a4 /bin/update-release-info.py | |
parent | 859dd4545a76e4f2d7bc90e8193a9175fbc0060b (diff) | |
parent | 07efb42b5d952fb628471601227144ca167d6313 (diff) | |
download | SCons-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.zip SCons-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.tar.gz SCons-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.tar.bz2 |
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.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-release-info.py b/bin/update-release-info.py index 59b3e84..896f54a 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') |