diff options
Diffstat (limited to 'docs/source/conf.py')
-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 acc99a66fbd..0272749c9b3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,16 +54,16 @@ master_doc = 'index' # General information about the project. project = u'MAME Documentation' -copyright = u'2018, MAMEdev Team' +copyright = u'2019, MAMEdev Team' # 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.194' +version = '0.205' # The full version, including alpha/beta/rc tags. -release = '0.194' +release = '0.205' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |