summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-05-18 06:06:39 (GMT)
committerSteven Knight <knight@baldmt.com>2008-05-18 06:06:39 (GMT)
commitcfcf180e1c5d4e908ab8369c989ccaae32400fe6 (patch)
tree9249b95d072f6b425db8d62be58507f23c9733fa /SConstruct
parentf30454bba210e822fdd9d8e4ff1be74e041ea71e (diff)
downloadSCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.zip
SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.tar.gz
SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.tar.bz2
Update package numbers to 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 19eac0f..b7c1e99 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()