From e9c2b7acbb8ed26df80effaee42458f09479fd4e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 17 Mar 2016 10:30:29 +1100 Subject: Update version numbers and the titles. --- shell/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell/conf.py') diff --git a/shell/conf.py b/shell/conf.py index 7ee08cf..3b1b1ee 100644 --- a/shell/conf.py +++ b/shell/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 Shell Manual" latex_documents = [ ('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'), ] - -- cgit v1.2.3