File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
android-project/app/src/main Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44-->
55<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
66 package =" org.mamedev.mame"
7- android : versionCode =" 281 "
8- android : versionName =" 0.281 "
7+ android : versionCode =" 282 "
8+ android : versionName =" 0.282 "
99 android : installLocation =" auto" >
1010
1111 <!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1533,7 +1533,7 @@ endif
15331533
15341534ifeq (posix,$(SHELLTYPE ) )
15351535$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1536- @echo ' #define BARE_BUILD_VERSION "0.281 "' > $@
1536+ @echo ' #define BARE_BUILD_VERSION "0.282 "' > $@
15371537 @echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15381538 @echo ' extern const char bare_build_version[];' >> $@
15391539 @echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1543,7 +1543,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15431543 @echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15441544else
15451545$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1546- @echo # define BARE_BUILD_VERSION "0.281 " > $@
1546+ @echo # define BARE_BUILD_VERSION "0.282 " > $@
15471547 @echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15481548 @echo extern const char bare_build_version[]; >> $@
15491549 @echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments