summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index ea87a09..4f73381 100644
--- a/SConstruct
+++ b/SConstruct
@@ -8,7 +8,7 @@
copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'June 2010'
+month_year = 'August 2010'
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
@@ -43,7 +43,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '2.0.0.final.0'
+default_version = '2.0.1'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()
@@ -794,7 +794,7 @@ for p in [ scons ]:
#
# Now run everything in src_file through the sed command we
- # concocted to expand SConstruct, 2.0.0.final.0, etc.
+ # concocted to expand SConstruct, 2.0.1, etc.
#
for b in src_files:
s = p['filemap'].get(b, b)
@@ -1191,7 +1191,7 @@ elif svn_status_lines:
sentries = [l.split()[-1] for l in slines]
sfiles = list(filter(os.path.isfile, sentries))
else:
- "Not building in a Mercurial or Subversion tree; skipping building src package."
+ print "Not building in a Mercurial or Subversion tree; skipping building src package."
if sfiles:
remove_patterns = [