diff options
author | 2020-01-04 01:13:50 -0500 | |
---|---|---|
committer | 2020-01-04 01:13:50 -0500 | |
commit | 88909dc0d01f34bacbbbc3da6a9df705123b2f42 (patch) | |
tree | 92bbb387577f70b1976365ab26e35aca802d6465 /docs | |
parent | a50b4e871e32bc9c4ba6350a0f15696bb47f19ea (diff) |
Happy New Year 2020 (nw) (#6128)
Happy New Year 2020 (nw) (#6128)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/conf.py | 6 | ||||
-rw-r--r-- | docs/source/license.rst | 2 | ||||
-rw-r--r-- | docs/source/techspecs/luaengine.rst | 4 | ||||
-rw-r--r-- | docs/source/whatis.rst | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index f9f86c1c431..a93b84c0289 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,16 +55,16 @@ master_doc = 'index' # General information about the project. project = u'MAME Documentation' -copyright = u'2019, MAMEdev Team' +copyright = u'2020, 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.216' +version = '0.217' # The full version, including alpha/beta/rc tags. -release = '0.216' +release = '0.217' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/license.rst b/docs/source/license.rst index db2eb2f41d0..b405ddc9fe6 100644 --- a/docs/source/license.rst +++ b/docs/source/license.rst @@ -6,7 +6,7 @@ The MAME project as a whole is distributed under the terms of the `GNU General P Please note that MAME is a registered trademark of Gregory Ember, and permission is required to use the "MAME" name, logo, or wordmark. - Copyright (C) 1997-2019 MAMEDev and contributors + Copyright (C) 1997-2020 MAMEDev and contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/docs/source/techspecs/luaengine.rst b/docs/source/techspecs/luaengine.rst index 26d6da6a253..6abde32f54c 100644 --- a/docs/source/techspecs/luaengine.rst +++ b/docs/source/techspecs/luaengine.rst @@ -53,7 +53,7 @@ Let's first run MAME in a terminal to reach the LUA console: _/ _/ _/ _/_/_/_/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ - mame v0.205 + mame v0.217 Copyright (C) Nicola Salmoria and the MAME team Lua 5.3 @@ -77,7 +77,7 @@ You can check at runtime which version of MAME you are running, with: :: [MAME]> print(emu.app_name() .. " " .. emu.app_version()) - mame 0.205 + mame 0.217 We now start exploring screen related methods. First, let's enumerate available screens: diff --git a/docs/source/whatis.rst b/docs/source/whatis.rst index 51f9d244226..6b912c0d1f7 100644 --- a/docs/source/whatis.rst +++ b/docs/source/whatis.rst @@ -7,7 +7,7 @@ MAME's purpose is to preserve decades of software history. As electronic technol | | **MAME®** -| **Copyright © 1997-2019 by Nicola Salmoria and the MAME team** +| **Copyright © 1997-2020 by Nicola Salmoria and the MAME team** | **MAME is a registered trademark owned by Gregory Ember** | |