summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--android-project/app/src/main/AndroidManifest.xml4
-rw-r--r--docs/source/conf.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml
index ca77d2d50f6..816c84ea9de 100644
--- a/android-project/app/src/main/AndroidManifest.xml
+++ b/android-project/app/src/main/AndroidManifest.xml
@@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mamedev.mame"
- android:versionCode="285"
- android:versionName="0.285"
+ android:versionCode="286"
+ android:versionName="0.286"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4e47ea7c3df..28ec464d485 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -63,9 +63,9 @@ copyright = u'1997-2026, MAMEdev and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.285'
+version = '0.286'
# The full version, including alpha/beta/rc tags.
-release = '0.285'
+release = '0.286'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.