summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-01-06 01:06:02 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-01-06 01:06:02 (GMT)
commit995b295e108a86ecae369039cdfdd1308ce92621 (patch)
tree9e3b4a86bedfc163d7709e6701bcb53b786afb69 /SConstruct
parentc5f4cb45a170e16f280729da55be53531966bb1e (diff)
downloadSCons-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--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 86e9711..22caa1d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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()