From c28de6eaeb5f60ea48b8200177aac5cbc541fedb Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 27 Oct 2016 16:03:49 +1100 Subject: doc: bump docs version to 5.4.0-rc2, fix oneline description Signed-off-by: Stewart Smith --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index eed3b07..eceaa3f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Stewart Smith, IBM, others' # The short X.Y version. version = '5.4' # The full version, including alpha/beta/rc tags. -release = '5.4.0-rc1' +release = '5.4.0-rc2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -241,7 +241,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'skiboot', u'skiboot Documentation', - u'Stewart Smith, IBM, others', 'skiboot', 'One line description of project.', + u'Stewart Smith, IBM, others', 'skiboot', 'OPAL (OpenPower Abstraction Layer): boot and runtime firmware for POWER.', 'Miscellaneous'), ] -- cgit v1.1