summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-07-30 21:09:18 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-07-30 21:09:18 (GMT)
commit4e58108dc7c67613f9115d1d2aca1d195d1e1a6c (patch)
tree38f355e656ee9fbf169e74b420df45ce2a4448da
parent6c188cc8a6129f9ea7f1714556050b8aea3a949b (diff)
downloadSCons-4e58108dc7c67613f9115d1d2aca1d195d1e1a6c.zip
SCons-4e58108dc7c67613f9115d1d2aca1d195d1e1a6c.tar.gz
SCons-4e58108dc7c67613f9115d1d2aca1d195d1e1a6c.tar.bz2
Updates for 4.4.0 release
-rwxr-xr-xRELEASE.txt4
-rw-r--r--SConstruct2
-rwxr-xr-xdebian/changelog7
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 <bill@baddogconsulting.com> Sat, 30 Jul 2022 14:08:29 -0700
+
scons (4.3.0) unstable; urgency=low
* Feature release
-- William Deegan <bill@baddogconsulting.com> Tue, 16 Nov 2021 18:12:46 -0700
-
scons (4.2.0) unstable; urgency=low
* Feature release