From bba945305240d352832cc291629bb99a10144ca3 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 14 Jun 2017 12:25:06 -0400 Subject: changes to prep for 3.0.0 alpha --- SConstruct | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index bd43f191..f30b4c4b 100644 --- a/SConstruct +++ b/SConstruct @@ -5,10 +5,10 @@ from __future__ import print_function -copyright_years = '2001 - 2016' +copyright_years = '2001 - 2017' # This gets inserted into the man pages to reflect the month of release. -month_year = 'November 2016' +month_year = 'MONTH YEAR' # # __COPYRIGHT__ @@ -45,7 +45,7 @@ import tempfile import bootstrap project = 'scons' -default_version = '2.5.1' +default_version = '3.0.0.alpha.20170614' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() -- cgit v1.2.1