Skip to content

Commit

Permalink
version bump (nw)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas committed Aug 29, 2018
1 parent 9f7bcbd commit 4dc302e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android-project/app/src/main/AndroidManifest.xml
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mamedev.mame"
android:versionCode="200"
android:versionName="0.200"
android:versionCode="201"
android:versionName="0.201"
android:installLocation="auto">

<!-- Android 5.0 -->
Expand Down
4 changes: 2 additions & 2 deletions makefile
Expand Up @@ -1584,14 +1584,14 @@ endif

ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS)
@echo '#define BARE_BUILD_VERSION "0.200"' > $@
@echo '#define BARE_BUILD_VERSION "0.201"' > $@
@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.200" > $@
@echo #define BARE_BUILD_VERSION "0.201" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@
Expand Down

0 comments on commit 4dc302e

Please sign in to comment.