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. --- common/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/conf.py') diff --git a/common/conf.py b/common/conf.py index 03cfa44..0bb25a9 100644 --- a/common/conf.py +++ b/common/conf.py @@ -6,7 +6,7 @@ import datetime def build_date(): now = datetime.date.today() - m = now.strftime('%b') + m = now.strftime('%B') y = now.strftime('%Y') if now.day == 11: s = 'th' @@ -58,10 +58,10 @@ copyright = u'2016, RTEMS Project (built %s)' % (build_date()) # built documents. # # The short X.Y version. -version = '@VERSION@' +#version = '@VERSION@' # The full version, including alpha/beta/rc tags. -release = '@RELEASE@' +#release = '@RELEASE@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3