diff options
author | 2017-11-29 05:24:46 +1100 | |
---|---|---|
committer | 2017-11-29 05:24:46 +1100 | |
commit | d771f542271c363f2b5eee0e92b625a0d568058d (patch) | |
tree | 1a5b53d2e0fba62e24a160ef86e908429f49b594 | |
parent | f93b70e57d8201e88a6a18872134c5b157158742 (diff) |
version bump (nw)mame0192
-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 b27d8c2025b..ec2e3cba682 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="191" - android:versionName="0.191" + android:versionCode="192" + android:versionName="0.192" android:installLocation="auto"> <!-- Android 5.0 --> @@ -1547,14 +1547,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.191"' > $@ + @echo '#define BARE_BUILD_VERSION "0.192"' > $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char build_version[];' >> $@ @echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@ @echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@ else $(GENDIR)/version.cpp: $(GENDIR)/git_desc - @echo #define BARE_BUILD_VERSION "0.191" > $@ + @echo #define BARE_BUILD_VERSION "0.192" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |