summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-17 10:30:29 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commite9c2b7acbb8ed26df80effaee42458f09479fd4e (patch)
tree6ab6dee5ef15fe2d23bafe7cb1ae4d251bcf3635 /shell/conf.py
parentFix formatting. (diff)
downloadrtems-docs-e9c2b7acbb8ed26df80effaee42458f09479fd4e.tar.bz2
Update version numbers and the titles.
Diffstat (limited to '')
-rw-r--r--shell/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/conf.py b/shell/conf.py
index 7ee08cf..3b1b1ee 100644
--- a/shell/conf.py
+++ b/shell/conf.py
@@ -3,10 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '1.0'
-release = '5.0'
+version = '4.11.0'
+release = '4.11.0'
+
+project = "RTEMS Shell Manual"
latex_documents = [
('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
]
-