From 70ff1f91a3b7ee9a912e7eed885cdf01c9f749a1 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 6 Oct 2020 15:56:33 -0700 Subject: [PATCH 1/2] Update VERSION and documentation tags for ns-3.32 release --- VERSION | 2 +- doc/manual/source/conf.py | 4 ++-- doc/models/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 1b8ef0972..269e1a695 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3-dev +3.32 diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index bedb37bcc..dfbe8feb7 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.32' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.32' # 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..620b7b874 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.32' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.32' # 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..364af46e3 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.32' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.32' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From c147ce83a20e129b12253353bf7015796795c957 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 6 Oct 2020 15:57:45 -0700 Subject: [PATCH 2/2] Update availability in RELEASE_NOTES --- RELEASE_NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5e6566a25..ba4fe6a77 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -14,7 +14,8 @@ Release 3.32 Availability ------------ -This release is not yet published. +This release is available from: +https://www.nsnam.org/release/ns-allinone-3.32.tar.bz2 Supported platforms -------------------