diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-06 01:06:02 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-06 01:06:02 (GMT) |
commit | 995b295e108a86ecae369039cdfdd1308ce92621 (patch) | |
tree | 9e3b4a86bedfc163d7709e6701bcb53b786afb69 /SConstruct | |
parent | c5f4cb45a170e16f280729da55be53531966bb1e (diff) | |
download | SCons-995b295e108a86ecae369039cdfdd1308ce92621.zip SCons-995b295e108a86ecae369039cdfdd1308ce92621.tar.gz SCons-995b295e108a86ecae369039cdfdd1308ce92621.tar.bz2 |
updates from update-release-info for 3.0.3 release
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ from __future__ import print_function copyright_years = '2001 - 2018' # This gets inserted into the man pages to reflect the month of release. -month_year = 'December 2018' +month_year = 'January 2019' # # __COPYRIGHT__ @@ -51,7 +51,7 @@ import textwrap import bootstrap project = 'scons' -default_version = '3.0.2' +default_version = '3.0.3' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years SConsignFile() |