summaryrefslogtreecommitdiffstats
path: root/posix_users/conf.py
diff options
context:
space:
mode:
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'),
]