Use a single top level version number.

This commit is contained in:
Chris Johns
2017-03-20 12:18:53 +11:00
parent 1accbe31a5
commit f97be09daf
17 changed files with 108 additions and 76 deletions

View File

@@ -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.