summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-08-12 14:30:49 (GMT)
committerSteven Knight <knight@baldmt.com>2008-08-12 14:30:49 (GMT)
commit94ca9aaf345a8f601f07fd83435465eed3963b26 (patch)
treede977974d2bef18a4815d45a8d045e70dcf0d9e7 /SConstruct
parentd0c5748eb01e8303b6221afad432cb908672c161 (diff)
downloadSCons-94ca9aaf345a8f601f07fd83435465eed3963b26.zip
SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.gz
SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.bz2
Update to 1.0.0.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index a5fecad..62561e4 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 = 'June 2008'
+month_year = 'August 2008'
#
# __COPYRIGHT__
@@ -45,7 +45,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '0.98.5'
+default_version = '1.0.0'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()