summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-11-12 23:31:57 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-11-14 15:09:50 (GMT)
commit7bdbc8434d23a18da47a88b761bbce7a11dffea4 (patch)
tree7964052bf764aa2b2b495cd24524aa0980300d36 /SConstruct
parent5d87f7f37c6978c58c71aa2f396e912c4478abd9 (diff)
downloadSCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.zip
SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.tar.gz
SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.tar.bz2
Update version strings
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 56e90bc..b301fc5 100644
--- a/SConstruct
+++ b/SConstruct
@@ -8,7 +8,7 @@ from __future__ import print_function
copyright_years = '2001 - 2017'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'September 2017'
+month_year = 'November 2017'
#
# __COPYRIGHT__
@@ -51,7 +51,7 @@ import textwrap
import bootstrap
project = 'scons'
-default_version = '3.0.0'
+default_version = '3.0.1'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()