summaryrefslogtreecommitdiffstats
path: root/src/README.txt
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-07 09:33:56 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-06-07 09:33:56 (GMT)
commit309df4ac53e3c96e642db2cfa215125c15a7e6ed (patch)
tree7584e3b8c7630fd681be01b5747760035b9fbe0b /src/README.txt
parent4342bb15a6592e9a29716523902d717aaa841ccc (diff)
downloadSCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.zip
SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.tar.gz
SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.tar.bz2
Initial drop of bin/update-release-info.py.
This program automates the process of inserting the release configuration information that is currently done by hand. The configuration data now all lives in a file, 'ReleaseConfig'. Change the configuration file, run the program, and, hey presto, the files are updated. More work needs to be done; the documentation doesn't quite match with the program and the regression tests only cover the release flows, but it's important to get this stuff out before the next release is published so people can start using it.
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README.txt b/src/README.txt
index 7f9d330..ebc68fc 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -1,5 +1,3 @@
-# __COPYRIGHT__
-# __FILE__ __REVISION__ __DATE__ __DEVELOPER__
SCons - a software construction tool
@@ -241,3 +239,5 @@ With plenty of help from the SCons Development team:
Greg Spencer
Christoph Wiedemann
+__COPYRIGHT__
+__FILE__ __REVISION__ __DATE__ __DEVELOPER__