From 4e58108dc7c67613f9115d1d2aca1d195d1e1a6c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 30 Jul 2022 14:09:18 -0700 Subject: Updates for 4.4.0 release --- RELEASE.txt | 4 ++-- SConstruct | 2 +- debian/changelog | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index d3fc5fd..5c0d23a 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,10 +1,10 @@ -A new SCons release, 4.3.1, is now available +A new SCons release, 4.4.0, is now available on the SCons download page: https://scons.org/pages/download.html -Here is a summary of the changes since 4.3.1: +Here is a summary of the changes since 4.4.0: NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), you may see unexpected rebuilds. This is due to Python internals changing which changed diff --git a/SConstruct b/SConstruct index 1728271..215245a 100644 --- a/SConstruct +++ b/SConstruct @@ -38,7 +38,7 @@ month_year = strftime('%B %Y') project = 'scons' -default_version = '4.3.1' +default_version = '4.4.0' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years # diff --git a/debian/changelog b/debian/changelog index 7a0ecd3..ba38e64 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ +scons (4.4.0) unstable; urgency=low + + * Feature release + + -- William Deegan Sat, 30 Jul 2022 14:08:29 -0700 + scons (4.3.0) unstable; urgency=low * Feature release -- William Deegan Tue, 16 Nov 2021 18:12:46 -0700 - scons (4.2.0) unstable; urgency=low * Feature release -- cgit v0.12