summaryrefslogtreecommitdiffstats
path: root/c_user/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'c_user/conf.py')
-rw-r--r--c_user/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/c_user/conf.py b/c_user/conf.py
index 7956468..04d6615 100644
--- a/c_user/conf.py
+++ b/c_user/conf.py
@@ -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'),
]
-