diff options
author | 2024-01-31 03:59:27 +1100 | |
---|---|---|
committer | 2024-01-31 03:59:27 +1100 | |
commit | d48a61f9210eb22ac54840995ea922a2daae7b09 (patch) | |
tree | 14f6e476ef20ac0bac405ca40d7be34defc4f6c1 | |
parent | 3c41c5657063a375d9c775451087db633211900b (diff) |
Bump version to 0.262mame0262
-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 4d7e9e07a8d..395d3889563 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="261" - android:versionName="0.261" + android:versionCode="262" + android:versionName="0.262" android:installLocation="auto"> <!-- OpenGL ES 2.0 --> @@ -1578,7 +1578,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.261"' > $@ + @echo '#define BARE_BUILD_VERSION "0.262"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1588,7 +1588,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.261" > $@ + @echo #define BARE_BUILD_VERSION "0.262" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |