diff options
author | 2021-12-29 02:17:03 +1100 | |
---|---|---|
committer | 2021-12-29 02:17:03 +1100 | |
commit | 80bcaea1ed97030919c007384ea639d833f0f4da (patch) | |
tree | 0c85c1b6e677fa0e765dd7967a2b1a50b8eceebd | |
parent | 719d20298b2d2c71c8345a59d1792fe4c54f801e (diff) |
Bump version to 0.239mame0239
-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 40de2085e72..ff460544900 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="238" - android:versionName="0.238" + android:versionCode="239" + android:versionName="0.239" android:installLocation="auto"> <!-- OpenGL ES 2.0 --> @@ -1546,7 +1546,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.238"' > $@ + @echo '#define BARE_BUILD_VERSION "0.239"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1556,7 +1556,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.238" > $@ + @echo #define BARE_BUILD_VERSION "0.239" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |