From 9d49ed424660150a359d2c1bdda5e2ba10c408ae Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 1 Jun 2025 19:02:39 -0700 Subject: [PATCH] Update VERSION and documentation tags for ns-3.45 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..5f18c6d20 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3-dev +3.45 diff --git a/doc/contributing/source/conf.py b/doc/contributing/source/conf.py index 3e37fd6a4..d2ef04868 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.45" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.45" # 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..550b8ed01 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.45" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.45" # 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..075bab6cd 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.45" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.45" # 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..b72d0b512 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.45" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.45" # 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..af0a82403 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.45" # The full version, including alpha/beta/rc tags. -release = "ns-3-dev" +release = "ns-3.45" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.