summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-11-24 06:54:41 +1100
committer Vas Crabb <vas@vastheman.com>2021-11-24 06:54:41 +1100
commit2d4a0e6ab6a90b3fe0a9bf45b7411bf85e5ccab5 (patch)
tree7dc8b6bfe2d5f501a85be2687faaaf785385f4a5 /docs/source
parentea4e0ce68f7b33ffaa72e0e4cc801a6b952f1216 (diff)
parentfb21b789040ae91eef30a625b3b642ccf51d457b (diff)
Merged MAME 0.238 release branch into master.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 8d0a7db6060..b0216243210 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -56,16 +56,16 @@ master_doc = 'index'
# General information about the project.
project = u'MAME Documentation'
-copyright = u'2021, MAMEdev Team'
+copyright = u'1997-2021, MAMEdev and contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '0.237'
+version = '0.238'
# The full version, including alpha/beta/rc tags.
-release = '0.237'
+release = '0.238'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.