summaryrefslogtreecommitdiffstats
path: root/bsp-howto
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-20 12:18:53 +1100
committerChris Johns <chrisj@rtems.org>2017-03-20 12:18:53 +1100
commitf97be09dafecd715906b8feaa57b176c8e9606d9 (patch)
tree9d33e77448d840260e0ece7906b751b69ccd3027 /bsp-howto
parentuser: Add tool commands to the user manual. (diff)
downloadrtems-docs-f97be09dafecd715906b8feaa57b176c8e9606d9.tar.bz2
Use a single top level version number.
Diffstat (limited to 'bsp-howto')
-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 6367d64..721f63f 100644
--- a/bsp-howto/conf.py
+++ b/bsp-howto/conf.py
@@ -3,11 +3,12 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '4.11.99'
-release = '4.11.99'
-
project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
- ('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
+ ('index',
+ 'bsp-howto.tex',
+ u'RTEMS BSP and Device Driver Development Guide',
+ u'RTEMS Documentation Project',
+ 'manual'),
]