diff options
author | 2023-10-24 02:53:41 +1100 | |
---|---|---|
committer | 2023-10-24 02:53:41 +1100 | |
commit | 0a7f1fe9cf05f8f6df2ec62e99db0cd4b3e440d6 (patch) | |
tree | c24236114eb45fcbbf312f1e4b0f8392815f6112 | |
parent | 91a203365001085d3d6c9cd293dcf55285f45e83 (diff) |
Bump version to 0.260mame0260
-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 6588e3ed528..8d076b0e138 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="259" - android:versionName="0.259" + android:versionCode="260" + android:versionName="0.260" android:installLocation="auto"> <!-- OpenGL ES 2.0 --> @@ -1564,7 +1564,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.259"' > $@ + @echo '#define BARE_BUILD_VERSION "0.260"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1574,7 +1574,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.259" > $@ + @echo #define BARE_BUILD_VERSION "0.260" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |