summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-05 10:57:53 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2019-03-05 10:57:53 -0500
commitf0f48202c59f8d00f47aaec25986d343e3c72ca4 (patch)
tree26c3be5cb0d2543722307e68386a54d154f5441c /SConstruct
parent96380855bb73cd6b061d067b0059fbbb6573e020 (diff)
downloadscons-git-f0f48202c59f8d00f47aaec25986d343e3c72ca4.tar.gz
[skip ci] reset to develop mode3.0.5a2
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 5ac56921e..a832cdc64 100644
--- a/SConstruct
+++ b/SConstruct
@@ -8,7 +8,7 @@ from __future__ import print_function
copyright_years = '2001 - 2019'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'January 2019'
+month_year = 'MONTH YEAR'
#
# __COPYRIGHT__
@@ -49,7 +49,7 @@ import textwrap
import bootstrap
project = 'scons'
-default_version = '3.0.4'
+default_version = '3.0.5.alpha.yyyymmdd'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()