diff options
author | Steven Knight <knight@baldmt.com> | 2008-08-12 14:30:49 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-08-12 14:30:49 (GMT) |
commit | 94ca9aaf345a8f601f07fd83435465eed3963b26 (patch) | |
tree | de977974d2bef18a4815d45a8d045e70dcf0d9e7 /SConstruct | |
parent | d0c5748eb01e8303b6221afad432cb908672c161 (diff) | |
download | SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.zip SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.gz SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.bz2 |
Update to 1.0.0.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008' # This gets inserted into the man pages to reflect the month of release. -month_year = 'June 2008' +month_year = 'August 2008' # # __COPYRIGHT__ @@ -45,7 +45,7 @@ import sys import tempfile project = 'scons' -default_version = '0.98.5' +default_version = '1.0.0' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years SConsignFile() |