diff options
author | 2021-11-24 11:19:55 +1100 | |
---|---|---|
committer | 2021-11-24 11:19:55 +1100 | |
commit | 44a5a57d0eefc1aeafb00d42f91e2100e186a71c (patch) | |
tree | 2e7003802b9568c5820db3362a10a599b6074025 /docs/source | |
parent | ae8adeb04212102a7f8587ef4388156140e21ab0 (diff) | |
parent | 4518f0eadeb4482ba01ab5add75d6eae921ce571 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/conf.py | 6 |
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. |