diff options
author | 2022-04-28 11:47:26 +1000 | |
---|---|---|
committer | 2022-04-28 11:47:26 +1000 | |
commit | 99af2df00fed9797dfec56b53c64bbca798b91ac (patch) | |
tree | f3bd73f59220468ffe2a7697d305f1295f27b840 | |
parent | c414b5a837110e026fc7ad8bdf312d451eea7795 (diff) |
Bumped version to 0.243
-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 5066ba30bc8..eb629b8307f 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="242" - android:versionName="0.242" + android:versionCode="243" + android:versionName="0.243" android:installLocation="auto"> <!-- OpenGL ES 2.0 --> diff --git a/docs/source/conf.py b/docs/source/conf.py index 6be8a143e39..e8277abefe4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2022, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.242' +version = '0.243' # The full version, including alpha/beta/rc tags. -release = '0.242' +release = '0.243' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |