From 2d832cc03b9fbbdf8d88d054497bdd817331e380 Mon Sep 17 00:00:00 2001 From: Josh Pelkey Date: Wed, 25 May 2011 10:37:27 -0400 Subject: [PATCH] change doc version for ns-3-dev branch --- doc/manual/source/conf.py | 4 ++-- doc/models/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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.