diff options
Diffstat (limited to 'src/script/setup.py')
-rw-r--r-- | src/script/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/setup.py b/src/script/setup.py index 36e5e00..68c1c37 100644 --- a/src/script/setup.py +++ b/src/script/setup.py @@ -21,7 +21,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/script/setup.py 5023 2010/06/14 22:05:46 scons" +__revision__ = "src/script/setup.py 5134 2010/08/16 23:02:40 bdeegan" import os import os.path @@ -36,7 +36,7 @@ if head: from distutils.core import setup setup(name = "scons-script", - version = "2.0.0.final.0", + version = "2.0.1", description = "an Open Source software construction tool script", long_description = """SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build |