diff options
| author | 2026-01-30 02:02:37 +1100 | |
|---|---|---|
| committer | 2026-01-30 02:02:37 +1100 | |
| commit | f379cd060ac3b2bd567ebbd0957aed059d6895ff (patch) | |
| tree | ac96ab28e5b2ef0b0f9e5d972cd621d7fa33037c | |
| parent | fd06e9f62e906155c5ed89eeea17f0c43d658826 (diff) | |
Bumped version to 0.285mame0285
| -rw-r--r-- | android-project/app/src/main/AndroidManifest.xml | 4 | ||||
| -rw-r--r-- | makefile | 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 487e45244a3..ca77d2d50f6 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="284" - android:versionName="0.284" + android:versionCode="285" + android:versionName="0.285" android:installLocation="auto"> <!-- OpenGL ES 2.0 --> @@ -1537,7 +1537,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.284"' > $@ + @echo '#define BARE_BUILD_VERSION "0.285"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1547,7 +1547,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) @echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@ else $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo #define BARE_BUILD_VERSION "0.284" > $@ + @echo #define BARE_BUILD_VERSION "0.285" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
