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 4
4
-->
5
5
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
6
6
package =" org.mamedev.mame"
7
- android : versionCode =" 275 "
8
- android : versionName =" 0.275 "
7
+ android : versionCode =" 276 "
8
+ android : versionName =" 0.276 "
9
9
android : installLocation =" auto" >
10
10
11
11
<!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1572,7 +1572,7 @@ endif
1572
1572
1573
1573
ifeq (posix,$(SHELLTYPE ) )
1574
1574
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1575
- @echo ' #define BARE_BUILD_VERSION "0.275 "' > $@
1575
+ @echo ' #define BARE_BUILD_VERSION "0.276 "' > $@
1576
1576
@echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
1577
1577
@echo ' extern const char bare_build_version[];' >> $@
1578
1578
@echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1582,7 +1582,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1582
1582
@echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
1583
1583
else
1584
1584
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1585
- @echo # define BARE_BUILD_VERSION "0.275 " > $@
1585
+ @echo # define BARE_BUILD_VERSION "0.276 " > $@
1586
1586
@echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
1587
1587
@echo extern const char bare_build_version[]; >> $@
1588
1588
@echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments