diff options
| author | 2026-02-24 16:59:47 +1100 | |
|---|---|---|
| committer | 2026-02-24 16:59:47 +1100 | |
| commit | a13d3108ed157b2bafcd9e8c3c683bdfca5e452f (patch) | |
| tree | 1bf27e05ccf29f139ac644fbc8199a3024cef4dc | |
| parent | e652d07737a025851797c07f2dc0e8581a174285 (diff) | |
Bumped version to 0.286
| -rw-r--r-- | android-project/app/src/main/AndroidManifest.xml | 4 | ||||
| -rw-r--r-- | docs/source/conf.py | 4 |
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. |
