From 76620e7aa831ea1bd173e05eeeb086a79eabf2f0 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 1 Oct 2025 18:14:20 -0700 Subject: [PATCH 1/2] Update VERSION and documentation tags for ns-3.46 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..d5117f8e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3-dev +3.46 diff --git a/doc/contributing/source/conf.py b/doc/contributing/source/conf.py index 3e37fd6a4..5277f94b5 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.46" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.46" # 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..d07720ba4 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.46" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.46" # 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..e62981f47 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.46" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.46" # 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..c187ea0ef 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.46" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.46" # 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..85bd1e47c 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.46" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.46" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From ea50b72ab79b1ec5912c66d5b384effa829f18bc Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 1 Oct 2025 18:15:22 -0700 Subject: [PATCH 2/2] Update availability in RELEASE_NOTES.md and CHANGES.md --- CHANGES.md | 2 +- RELEASE_NOTES.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e64b9407e..6c33ef4c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,7 +12,7 @@ Note that users who upgrade the simulator across versions, or who work directly This file is a best-effort approach to solving this issue; we will do our best but can guarantee that there will be things that fall through the cracks, unfortunately. If you, as a user, can suggest improvements to this file based on your experience, please contribute a patch or drop us a note on ns-developers mailing list. -## Changes from ns-3.45 to ns-3-dev +## Changes from ns-3.45 to ns-3.46 ### New API diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f710422f3..24990818d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,7 +12,10 @@ a [GitLab.com issue tracker](https://gitlab.com/nsnam/ns-3-dev/-/issues) number, and references prefixed by '!' refer to a [GitLab.com merge request](https://gitlab.com/nsnam/ns-3-dev/-/merge_requests) number. -## Release 3-dev +## Release 3.46 + +This release is available from: + ### Supported platforms