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 =" 234 "
8
- android : versionName =" 0.234 "
7
+ android : versionCode =" 235 "
8
+ android : versionName =" 0.235 "
9
9
android : installLocation =" auto" >
10
10
11
11
<!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1755,14 +1755,14 @@ endif
1755
1755
1756
1756
ifeq (posix,$(SHELLTYPE ) )
1757
1757
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1758
- @echo ' #define BARE_BUILD_VERSION "0.234 "' > $@
1758
+ @echo ' #define BARE_BUILD_VERSION "0.235 "' > $@
1759
1759
@echo ' extern const char bare_build_version[];' >> $@
1760
1760
@echo ' extern const char build_version[];' >> $@
1761
1761
@echo ' const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
1762
1762
@echo ' const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
1763
1763
else
1764
1764
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1765
- @echo # define BARE_BUILD_VERSION "0.234 " > $@
1765
+ @echo # define BARE_BUILD_VERSION "0.235 " > $@
1766
1766
@echo extern const char bare_build_version[]; >> $@
1767
1767
@echo extern const char build_version[]; >> $@
1768
1768
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@
You can’t perform that action at this time.
0 commit comments