File tree 2 files changed +4
-4
lines changed
android-project/app/src/main
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
-->
5
5
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
6
6
package =" org.mamedev.mame"
7
- android : versionCode =" 253 "
8
- android : versionName =" 0.253 "
7
+ android : versionCode =" 254 "
8
+ android : versionName =" 0.254 "
9
9
android : installLocation =" auto" >
10
10
11
11
<!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1561,7 +1561,7 @@ endif
1561
1561
1562
1562
ifeq (posix,$(SHELLTYPE ) )
1563
1563
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1564
- @echo ' #define BARE_BUILD_VERSION "0.253 "' > $@
1564
+ @echo ' #define BARE_BUILD_VERSION "0.254 "' > $@
1565
1565
@echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
1566
1566
@echo ' extern const char bare_build_version[];' >> $@
1567
1567
@echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1571,7 +1571,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1571
1571
@echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
1572
1572
else
1573
1573
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1574
- @echo # define BARE_BUILD_VERSION "0.253 " > $@
1574
+ @echo # define BARE_BUILD_VERSION "0.254 " > $@
1575
1575
@echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
1576
1576
@echo extern const char bare_build_version[]; >> $@
1577
1577
@echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments