summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-15 08:24:00 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-06-15 08:24:00 (GMT)
commit60cb800e8f86a5b7d6741b7bcc1a9e429a10a218 (patch)
treeae3c6bf7a4da6a486aeaa38d410054378e5872c3 /SConstruct
parent0ddbf9bd9bf7d7acd2a43d9b3f3c3202ab888631 (diff)
downloadSCons-60cb800e8f86a5b7d6741b7bcc1a9e429a10a218.zip
SCons-60cb800e8f86a5b7d6741b7bcc1a9e429a10a218.tar.gz
SCons-60cb800e8f86a5b7d6741b7bcc1a9e429a10a218.tar.bz2
This changeset increments the trunk to the next minor level, 2.1.0, and
updates the dates and other information in the files to have the right base values. With this changeset, 2.0.0 is history and a new era has begun. It's time to celebrate; anybody want a beer?
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 1db7a8f..3f6c44b 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 = 'MONTH YEAR'
#
# __COPYRIGHT__
@@ -43,7 +43,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '2.0.0'
+default_version = '2.1.0.alpha.yyyymmdd'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()