diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-03-05 15:57:53 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-03-05 15:57:53 (GMT) |
commit | f0f48202c59f8d00f47aaec25986d343e3c72ca4 (patch) | |
tree | 26c3be5cb0d2543722307e68386a54d154f5441c /SConstruct | |
parent | 96380855bb73cd6b061d067b0059fbbb6573e020 (diff) | |
download | SCons-f0f48202c59f8d00f47aaec25986d343e3c72ca4.zip SCons-f0f48202c59f8d00f47aaec25986d343e3c72ca4.tar.gz SCons-f0f48202c59f8d00f47aaec25986d343e3c72ca4.tar.bz2 |
[skip ci] reset to develop mode3.0.5a2
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 - 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() |