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.