From f97be09dafecd715906b8feaa57b176c8e9606d9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 20 Mar 2017 12:18:53 +1100 Subject: Use a single top level version number. --- porting/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'porting') diff --git a/porting/conf.py b/porting/conf.py index cc4b09c..7d8c421 100644 --- a/porting/conf.py +++ b/porting/conf.py @@ -3,10 +3,10 @@ sys.path.append(os.path.abspath('../common/')) from conf import * -version = '1.0' -release = '5.0' - latex_documents = [ - ('index', 'porting.tex', u'RTEMS Porting Guide', u'RTEMS Documentation Project', 'manual'), + ('index', + 'porting.tex', + u'RTEMS Porting Guide', + u'RTEMS Documentation Project', + 'manual'), ] - -- cgit v1.2.3