mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-06 07:18:50 +08:00
Update version numbers and the titles.
This commit is contained in:
parent
1a5e1d7678
commit
e9c2b7acbb
@ -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 C User Manual"
|
||||
|
||||
latex_documents = [
|
||||
('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
||||
|
||||
|
@ -3,9 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '1.0'
|
||||
version = '4.11.0'
|
||||
release = '4.11.0'
|
||||
|
||||
project = "RTEMS POSIX User Manual"
|
||||
|
||||
latex_documents = [
|
||||
('index', 'posix_users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
||||
|
@ -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'),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user