From 6d7a4d2ee7053488f625faccc8bd4dc4d25d6460 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 17 Jun 2016 15:05:41 +1000 Subject: Update the BSP howto. Closes #2590. --- bsp_howto/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bsp_howto/conf.py') diff --git a/bsp_howto/conf.py b/bsp_howto/conf.py index 722d2f5..d2c57fe 100644 --- a/bsp_howto/conf.py +++ b/bsp_howto/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 BSP and Device Driver Development Guide" latex_documents = [ - ('index', 'bsp_howto.tex', u'RTEMS BSP Howto Documentation', u'RTEMS Documentation Project', 'manual'), + ('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'), ] - -- cgit v1.2.3