summaryrefslogtreecommitdiffstats
path: root/bsp_howto/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsp_howto/conf.py')
-rw-r--r--bsp_howto/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/bsp_howto/conf.py b/bsp_howto/conf.py
index 722d2f5..d2c57fe 100644
--- a/bsp_howto/conf.py
+++ b/bsp_howto/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 BSP and Device Driver Development Guide"
latex_documents = [
- ('index', 'bsp_howto.tex', u'RTEMS BSP Howto Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]
-