summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-05-18 06:06:39 +0000
committerSteven Knight <knight@baldmt.com>2008-05-18 06:06:39 +0000
commit3e53e6ac4030ea5eec7ff6eaa41681941c95d048 (patch)
tree9249b95d072f6b425db8d62be58507f23c9733fa /SConstruct
parentdcf393779fd286b65acc62c97081e24380e88588 (diff)
downloadscons-3e53e6ac4030ea5eec7ff6eaa41681941c95d048.tar.gz
Update package numbers to 0.98.4.0.98.4
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 19eac0f6..b7c1e991 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 = 'April 2008'
+month_year = 'May 2008'
#
# __COPYRIGHT__
@@ -45,7 +45,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '0.98.3'
+default_version = '0.98.4'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()