summaryrefslogtreecommitdiffstats
path: root/networking/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'networking/conf.py')
-rw-r--r--networking/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/networking/conf.py b/networking/conf.py
index cc244c2..426ea45 100644
--- a/networking/conf.py
+++ b/networking/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 Networking User Manual"
latex_documents = [
- ('index', 'networking.tex', u'RTEMS Networking Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'),
]
-