File tree Expand file tree Collapse file tree
android-project/app/src/main Expand file tree Collapse file tree 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 =" 260 "
8- android : versionName =" 0.260 "
7+ android : versionCode =" 261 "
8+ android : versionName =" 0.261 "
99 android : installLocation =" auto" >
1010
1111 <!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1564,7 +1564,7 @@ endif
15641564
15651565ifeq (posix,$(SHELLTYPE ) )
15661566$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1567- @echo ' #define BARE_BUILD_VERSION "0.260 "' > $@
1567+ @echo ' #define BARE_BUILD_VERSION "0.261 "' > $@
15681568 @echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15691569 @echo ' extern const char bare_build_version[];' >> $@
15701570 @echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1574,7 +1574,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15741574 @echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15751575else
15761576$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1577- @echo # define BARE_BUILD_VERSION "0.260 " > $@
1577+ @echo # define BARE_BUILD_VERSION "0.261 " > $@
15781578 @echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15791579 @echo extern const char bare_build_version[]; >> $@
15801580 @echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments