summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/conf.py')
-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'),
]
-