diff options
| author | 2016-12-27 10:09:29 +1100 | |
|---|---|---|
| committer | 2016-12-27 10:09:29 +1100 | |
| commit | bbeda6ad9910dbcf0a24e7afa099180e7d46ebe3 (patch) | |
| tree | f73bf126dc51a2f208f23d94c6f8d194f38e320c | |
| parent | 0c48931beef0dfa02f5c076395698866a0f93d36 (diff) | |
version bump (nw)
| -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 e2aa57f29fb..e438149550c 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="180" - android:versionName="0.180" + android:versionCode="181" + android:versionName="0.181" android:installLocation="auto"> <!-- Android 5.0 --> @@ -1535,14 +1535,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.180"' > $@ + @echo '#define BARE_BUILD_VERSION "0.181"' > $@ @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.180" > $@ + @echo #define BARE_BUILD_VERSION "0.181" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |
