From 93b60d003659bc978b6b9781cc7e541bb190d9fe Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 23 May 2022 11:31:14 -0700 Subject: [PATCH 1/2] Update VERSION and documentation tags for ns-3.36.1 release --- VERSION | 2 +- doc/contributing/source/conf.py | 4 ++-- doc/manual/source/conf.py | 4 ++-- doc/models/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index 1b8ef0972..952d4c113 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3-dev +3.36.1 diff --git a/doc/contributing/source/conf.py b/doc/contributing/source/conf.py index c5be02179..e2c664dba 100644 --- a/doc/contributing/source/conf.py +++ b/doc/contributing/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2015, ns-3 project' # built documents. # # The short X.Y version. -version = 'ns-3-dev' +version = 'ns-3.36.1' # The full version, including alpha/beta/rc tags. -release = 'ns-3-dev' +release = 'ns-3.36.1' # 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 bedb37bcc..96db2b0ea 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -73,9 +73,9 @@ copyright = u'2006-2019' # built documents. # # The short X.Y version. -version = u'ns-3-dev' +version = u'ns-3.36.1' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.36.1' # 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 0e1dd66c6..0951f761c 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -73,9 +73,9 @@ copyright = u'2006-2019' # built documents. # # The short X.Y version. -version = u'ns-3-dev' +version = u'ns-3.36.1' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.36.1' # 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 79df06d0e..e2b24435f 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -71,9 +71,9 @@ copyright = u'2006-2019' # built documents. # # The short X.Y version. -version = u'ns-3-dev' +version = u'ns-3.36.1' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.36.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 7004d1a66e9b54b6d9dfd6938e2d9323f28942d8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 23 May 2022 11:31:59 -0700 Subject: [PATCH 2/2] Update availability in RELEASE_NOTES --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4ef5b1973..8be89e8a9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -14,7 +14,8 @@ Release 3.36.1 ### Availability -This release is not yet available. +This release is available from: +https://www.nsnam.org/release/ns-allinone-3.36.1.tar.bz2 ### Supported platforms