diff options
author | 2018-03-28 01:21:46 +1100 | |
---|---|---|
committer | 2018-03-28 01:21:46 +1100 | |
commit | e8f2016076bc1f3e4ee4de1475ad07ee09187bce (patch) | |
tree | 8a0bdafd3661cdc8016effa657acdc5e97bc4c6c | |
parent | edd932d78e74dd302f42ab81bd5662ee7ae592a2 (diff) |
version bump (nw)mame0196
-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 f67e51b49a9..9ef896dc026 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="195" - android:versionName="0.195" + android:versionCode="196" + android:versionName="0.196" android:installLocation="auto"> <!-- Android 5.0 --> @@ -1566,14 +1566,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.195"' > $@ + @echo '#define BARE_BUILD_VERSION "0.196"' > $@ @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.195" > $@ + @echo #define BARE_BUILD_VERSION "0.196" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |