diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2011-02-10 23:18:11 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2011-02-10 23:18:11 +0100 |
commit | 5993fb09d54d47cc362d979a9cc44ea6dce65b2a (patch) | |
tree | fae6dc27e661b0b5542ea7efa9fb4e7efe5fa47b /SConstruct | |
parent | b5754794e1f526800cc5386de55238c23a539ff4 (diff) | |
parent | 84c6f9729dbbc175431874957d0654310410bd6f (diff) |
Merge commit 'upstream/2.0.1'
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 = [ |