summaryrefslogtreecommitdiffstats
path: root/develenv/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'develenv/conf.py')
-rw-r--r--develenv/conf.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/develenv/conf.py b/develenv/conf.py
index d6bc2bd..6358d33 100644
--- a/develenv/conf.py
+++ b/develenv/conf.py
@@ -3,10 +3,9 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '1.0'
-release = '5.0'
+version = '4.11.0'
+release = '4.11.0'
latex_documents = [
('index', 'develenv.tex', u'RTEMS Development Environment Documentation', u'RTEMS Documentation Project', 'manual'),
]
-