From cdd2878ca0162f262bf5c77a92476061d566e700 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 22 May 2011 21:56:43 -0700 Subject: [PATCH] update version strings to ns-3.11 --- doc/manual/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index 00d857170..8dd480f22 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.10' +version = 'ns-3.11' # The full version, including alpha/beta/rc tags. -release = 'ns-3.10' +release = 'ns-3.11' # 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 7c0a9a952..3bd23bfd2 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.10' +version = 'ns-3.11' # The full version, including alpha/beta/rc tags. -release = 'ns-3.10' +release = 'ns-3.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.