summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-10 16:28:25 (GMT)
committerSteven Knight <knight@baldmt.com>2008-10-10 16:28:25 (GMT)
commitc2256436aae3a75d5dc462053500343daebb2469 (patch)
tree879d7c82c76cfcd240dbeb6c69c90a41c104edad /SConstruct
parentf5203e741c5539b748e1ec3ef4d51cb9fa87b39f (diff)
downloadSCons-c2256436aae3a75d5dc462053500343daebb2469.zip
SCons-c2256436aae3a75d5dc462053500343daebb2469.tar.gz
SCons-c2256436aae3a75d5dc462053500343daebb2469.tar.bz2
Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint ................ r3425 | stevenknight | 2008-09-15 11:21:57 -0700 (Mon, 15 Sep 2008) | 2 lines Update version and dates for the 20080915 checkpoint release. ................ r3534 | stevenknight | 2008-10-01 23:20:52 -0700 (Wed, 01 Oct 2008) | 2 lines Update for 1.1 release candidate checkpoint. ................ r3610 | stevenknight | 2008-10-10 09:25:52 -0700 (Fri, 10 Oct 2008) | 9 lines Merged revisions 3377-3600,3602-3609 via svnmerge from http://scons.tigris.org/svn/scons/release ........ r3603 | stevenknight | 2008-10-10 05:42:04 -0700 (Fri, 10 Oct 2008) | 2 lines Updates for the 1.1.0 release. ........ ................
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 3405950..21c5d6f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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 = 'September 2008'
+month_year = 'October 2008'
#
# __COPYRIGHT__
@@ -45,7 +45,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '1.0.1'
+default_version = '1.1.0'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()