From 55898974ce5ed578a41dc1a74643e0e496e6b5bc Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sat, 27 Sep 2014 15:37:29 -0400 Subject: final auto updates for 2.3.4 release --- QMTest/TestSCons.py | 2 +- README.rst | 16 ++++++++-------- ReleaseConfig | 2 +- SConstruct | 4 ++-- src/Announce.txt | 2 +- src/CHANGES.txt | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 3c94dcd3..8635f8e6 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -34,7 +34,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '2.3.3' +default_version = '2.3.4' python_version_unsupported = (2, 3, 0) python_version_deprecated = (2, 7, 0) diff --git a/README.rst b/README.rst index f80afd75..599abafd 100644 --- a/README.rst +++ b/README.rst @@ -480,14 +480,14 @@ following packages will be built:: build/dist/scons-2.3.3-1.noarch.rpm build/dist/scons-2.3.3-1.src.rpm build/dist/scons-2.3.3.linux-i686.tar.gz - build/dist/scons-2.3.3.tar.gz - build/dist/scons-2.3.3.win32.exe - build/dist/scons-2.3.3.zip - build/dist/scons-doc-2.3.3.tar.gz - build/dist/scons-local-2.3.3.tar.gz - build/dist/scons-local-2.3.3.zip - build/dist/scons-src-2.3.3.tar.gz - build/dist/scons-src-2.3.3.zip + build/dist/scons-2.3.4.tar.gz + build/dist/scons-2.3.4.win32.exe + build/dist/scons-2.3.4.zip + build/dist/scons-doc-2.3.4.tar.gz + build/dist/scons-local-2.3.4.tar.gz + build/dist/scons-local-2.3.4.zip + build/dist/scons-src-2.3.4.tar.gz + build/dist/scons-src-2.3.4.zip build/dist/scons_2.3.3-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build diff --git a/ReleaseConfig b/ReleaseConfig index 9d06967c..982ebd02 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'final', the patchlevel is set to the release date. This value is # mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (2, 3, 4, 'alpha', 0) +version_tuple = (2, 3, 4) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version diff --git a/SConstruct b/SConstruct index d07c6cff..27b07f21 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 = 'August 2014' +month_year = 'September 2014' # # __COPYRIGHT__ @@ -43,7 +43,7 @@ import tempfile import bootstrap project = 'scons' -default_version = '2.3.3' +default_version = '2.3.4' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() diff --git a/src/Announce.txt b/src/Announce.txt index 7c6fdd54..f5b4962c 100644 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -19,7 +19,7 @@ effectively, please go to http://scons.org/lists.php#users to sign up for the scons-users mailing list. -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 2.3.4 - Mon, 27 Sep 2014 12:50:35 -0400 Please consult the RELEASE.txt file for a summary of changes since the last release and consult the CHANGES.txt file for complete a list of changes diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 42073903..d0c76544 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -4,7 +4,7 @@ Change Log -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 2.3.4 - Mon, 27 Sep 2014 12:50:35 -0400 From Bernhard Walle and Dirk Baechle: - Fixed the interactive mode, in connection with -- cgit v1.2.1