From c50aaf707d1b06c9918eeb0a26fc63884d665213 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 14 Jul 2021 08:34:25 -0700 Subject: [PATCH 1/2] Update VERSION and documentation tags for ns-3.34 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..8516b17a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3-dev +3.34 diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index bedb37bcc..739d82cf8 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.34' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.34' # 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..e82afde7d 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.34' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.34' # 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..b3c8d3156 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.34' # The full version, including alpha/beta/rc tags. -release = u'ns-3-dev' +release = u'ns-3.34' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 3fab3cf057c30d036bf9c304ac044af5e4c4c5d5 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 14 Jul 2021 08:35:58 -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 54ef61ee6..e295228c5 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -14,7 +14,8 @@ Release 3.34 Availability ------------ -This release is not yet available. +This release is available from: +https://www.nsnam.org/release/ns-allinone-3.34.tar.bz2 Supported platforms -------------------