Use a single top level version number.

This commit is contained in:
Chris Johns
2017-03-20 12:18:53 +11:00
parent 1accbe31a5
commit f97be09daf
17 changed files with 108 additions and 76 deletions

View File

@@ -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'),
]