summaryrefslogtreecommitdiffstats
path: root/posix_users/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-17 10:30:29 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commite9c2b7acbb8ed26df80effaee42458f09479fd4e (patch)
tree6ab6dee5ef15fe2d23bafe7cb1ae4d251bcf3635 /posix_users/conf.py
parentFix formatting. (diff)
downloadrtems-docs-e9c2b7acbb8ed26df80effaee42458f09479fd4e.tar.bz2
Update version numbers and the titles.
Diffstat (limited to 'posix_users/conf.py')
-rw-r--r--posix_users/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/posix_users/conf.py b/posix_users/conf.py
index 132a1d2..4aa287e 100644
--- a/posix_users/conf.py
+++ b/posix_users/conf.py
@@ -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'),
]