summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGaryO <139975+garyo@users.noreply.github.com>2012-08-05 21:33:42 (GMT)
committerGaryO <139975+garyo@users.noreply.github.com>2012-08-05 21:33:42 (GMT)
commit2810b4ddf14aad185db832d1ce30a6c19d86c8b9 (patch)
tree0c53f4fbbd4fd26fbf0c50792917e3ffdc2b0cd8 /SConstruct
parent55b40812a9bb8b45ebbd3f5c2ed14293b924308c (diff)
downloadSCons-2.2.0.zip
SCons-2.2.0.tar.gz
SCons-2.2.0.tar.bz2
Final auto updates for 2.2.0 release.2.2.0
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index fd51396..e85244b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -8,7 +8,7 @@
copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'MONTH YEAR'
+month_year = 'August 2012'
#
# __COPYRIGHT__
@@ -43,7 +43,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '2.1.0.alpha.yyyymmdd'
+default_version = '2.2.0'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()