From b01f36af38eacd65f24d2397d6b26d773f0adcf3 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 9 Mar 2025 11:39:12 -0700 Subject: [PATCH 1/2] Update VERSION and documentation tags for ns-3.44 release --- VERSION | 2 +- doc/contributing/source/conf.py | 4 ++-- doc/installation/source/conf.py | 4 ++-- doc/manual/source/conf.py | 4 ++-- doc/models/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index 1b8ef0972..af4d9d339 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3-dev +3.44 diff --git a/doc/contributing/source/conf.py b/doc/contributing/source/conf.py index 3e37fd6a4..65030fe32 100644 --- a/doc/contributing/source/conf.py +++ b/doc/contributing/source/conf.py @@ -49,9 +49,9 @@ copyright = "2015, ns-3 project" # built documents. # # The short X.Y version. -version = "ns-3-dev" +version = "ns-3.44" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.44" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/installation/source/conf.py b/doc/installation/source/conf.py index 165ad8a12..7c8b3aba3 100644 --- a/doc/installation/source/conf.py +++ b/doc/installation/source/conf.py @@ -49,9 +49,9 @@ copyright = "2018, ns-3 project" # built documents. # # The short X.Y version. -version = "ns-3-dev" +version = "ns-3.44" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.44" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index f93053183..785a8b176 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -74,9 +74,9 @@ copyright = "2006-2019, ns-3 project" # built documents. # # The short X.Y version. -version = "ns-3-dev" +version = "ns-3.44" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.44" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/models/source/conf.py b/doc/models/source/conf.py index 806d96137..11716331b 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -74,9 +74,9 @@ copyright = "2006-2019, ns-3 project" # built documents. # # The short X.Y version. -version = "ns-3-dev" +version = "ns-3.44" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.44" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/tutorial/source/conf.py b/doc/tutorial/source/conf.py index d20defe65..5462fdbff 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -71,9 +71,9 @@ copyright = "2006-2019, ns-3 project" # built documents. # # The short X.Y version. -version = "ns-3-dev" +version = "ns-3.44" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.44" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 43dce6710b8df69685e3479c1d33a571dda714ea Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 9 Mar 2025 11:42:13 -0700 Subject: [PATCH 2/2] Updade availability in RELEASE_NOTES.md --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8dbdec3f1..21ad9237a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -14,6 +14,14 @@ and references prefixed by '!' refer to a ## Release 3.44 +This release adds the zigbee module and otherwise contains maintenance and small feature updates +to the existing models and build system. + +### Availability + +This release is available from: + + ### Supported platforms This release is intended to work on systems with the following minimal