summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem/conf.py')
-rw-r--r--filesystem/conf.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/filesystem/conf.py b/filesystem/conf.py
index 129cc7e..4c15bad 100644
--- a/filesystem/conf.py
+++ b/filesystem/conf.py
@@ -3,9 +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 Filesystem Design Guide"
latex_documents = [
- ('index', 'filesystem.tex', u'RTEMS Filesystem', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'filesystem.tex', u'RTEMS Filesystem Design Guide', u'RTEMS Filesystem Design Guide', 'manual'),
]