diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index 8dd480f22..2575ed434 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2010, ns-3 project' # built documents. # # The short X.Y version. -version = 'ns-3.11' +version = 'ns-3-dev' # The full version, including alpha/beta/rc tags. -release = 'ns-3.11' +release = 'ns-3-dev' # 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 23a7278ce..790c68773 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, ns-3 project' # built documents. # # The short X.Y version. -version = 'ns-3.11' +version = 'ns-3-dev' # The full version, including alpha/beta/rc tags. -release = 'ns-3.11' +release = 'ns-3-dev' # 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 3bd23bfd2..76a761fb1 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2010, ns-3 project' # built documents. # # The short X.Y version. -version = 'ns-3.11' +version = 'ns-3-dev' # The full version, including alpha/beta/rc tags. -release = 'ns-3.11' +release = 'ns-3-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.