summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-04-21 07:07:25 (GMT)
committerSteven Knight <knight@baldmt.com>2008-04-21 07:07:25 (GMT)
commitbb41eb918736e85acbfe65f64dc31546673df159 (patch)
tree67393f73d21a1e8bbfc396174e1e1546a5e48308 /SConstruct
parent0af8df7122c90fd416fa7c4763d5f029c28c4ea7 (diff)
downloadSCons-0.98.2.zip
SCons-0.98.2.tar.gz
SCons-0.98.2.tar.bz2
Update strings to 0.98.2.0.98.2
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 28ecac0..2b69486 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 = 'March 2008'
+month_year = 'April 2008'
#
# __COPYRIGHT__
@@ -45,7 +45,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '0.98.1'
+default_version = '0.98.2'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()