diff options
author | 2024-04-18 05:59:03 +1000 | |
---|---|---|
committer | 2024-04-18 05:59:03 +1000 | |
commit | 520ed5e44b49f80ec38bb812d8477e2b8a607cfc (patch) | |
tree | 75b7c39026aab815269f1a69343c88a68984fa73 /docs/source/conf.py | |
parent | 80dd0682d8ae2eecc9680069981b07b2b8a19948 (diff) |
-ui/ui.cpp, ui/videoopt.cpp: Made pointer activity timeout configurable.
-midway/wmg.cpp: Use a memory bank for NVRAM; also got rid of a really pointless trampoline function.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 3ab96db14b5..4f5f06b3e52 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2024, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.264' +version = '0.265' # The full version, including alpha/beta/rc tags. -release = '0.264' +release = '0.265' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |