From 5e5cffaa5fbf26867ece2692fc9ae54537536e08 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sun, 24 Aug 2014 12:34:35 -0400 Subject: Apply 2.3.3 release auto changes to default branch --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 3ab4d8cd..d07c6cff 100644 --- a/SConstruct +++ b/SConstruct @@ -6,7 +6,7 @@ copyright_years = '2001 - 2014' # This gets inserted into the man pages to reflect the month of release. -month_year = 'MONTH YEAR' +month_year = 'August 2014' # # __COPYRIGHT__ @@ -43,7 +43,7 @@ import tempfile import bootstrap project = 'scons' -default_version = '2.3.1.alpha.yyyymmdd' +default_version = '2.3.3' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() -- cgit v1.2.1