diff options
author | 2022-01-30 05:53:04 +1100 | |
---|---|---|
committer | 2022-01-30 05:53:04 +1100 | |
commit | f0ab44fe1c8aa2d967cf878380affaa07cf8634e (patch) | |
tree | c614ae380bb7ff23962b85cd19cb1453800fd97c | |
parent | e9bd8e915f86a2969b6e5474e48242788c06f690 (diff) |
Bump version to 0.240mame0240
-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 ff460544900..599337c3b43 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="239" - android:versionName="0.239" + android:versionCode="240" + android:versionName="0.240" 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.239"' > $@ + @echo '#define BARE_BUILD_VERSION "0.240"' > $@ @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.239" > $@ + @echo #define BARE_BUILD_VERSION "0.240" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |