summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-15 08:24:00 +0000
committerGreg Noel <GregNoel@tigris.org>2010-06-15 08:24:00 +0000
commit6e326d022dc3d9691ff5dbae1bb6f05f4cea7025 (patch)
treeae3c6bf7a4da6a486aeaa38d410054378e5872c3 /SConstruct
parent3c1ccb370a29b08ab13fa9f4b0592fa5134c5903 (diff)
downloadscons-6e326d022dc3d9691ff5dbae1bb6f05f4cea7025.tar.gz
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 1db7a8f5..3f6c44b9 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()