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 =" 261 "
8- android : versionName =" 0.261 "
7+ android : versionCode =" 262 "
8+ android : versionName =" 0.262 "
99 android : installLocation =" auto" >
1010
1111 <!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1578,7 +1578,7 @@ endif
15781578
15791579ifeq (posix,$(SHELLTYPE ) )
15801580$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1581- @echo ' #define BARE_BUILD_VERSION "0.261 "' > $@
1581+ @echo ' #define BARE_BUILD_VERSION "0.262 "' > $@
15821582 @echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15831583 @echo ' extern const char bare_build_version[];' >> $@
15841584 @echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1588,7 +1588,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15881588 @echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15891589else
15901590$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1591- @echo # define BARE_BUILD_VERSION "0.261 " > $@
1591+ @echo # define BARE_BUILD_VERSION "0.262 " > $@
15921592 @echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15931593 @echo extern const char bare_build_version[]; >> $@
15941594 @echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments