diff options
author | Steven Knight <knight@baldmt.com> | 2008-05-18 06:06:39 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-05-18 06:06:39 (GMT) |
commit | cfcf180e1c5d4e908ab8369c989ccaae32400fe6 (patch) | |
tree | 9249b95d072f6b425db8d62be58507f23c9733fa /SConstruct | |
parent | f30454bba210e822fdd9d8e4ff1be74e041ea71e (diff) | |
download | SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.zip SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.tar.gz SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.tar.bz2 |
Update package numbers to 0.98.4.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |