Commit 05d0cf6 1 parent e1ceb9f commit 05d0cf6 Copy full SHA for 05d0cf6
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 =" 232 "
8
- android : versionName =" 0.232 "
7
+ android : versionCode =" 233 "
8
+ android : versionName =" 0.233 "
9
9
android : installLocation =" auto" >
10
10
11
11
<!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1760,14 +1760,14 @@ endif
1760
1760
1761
1761
ifeq (posix,$(SHELLTYPE ) )
1762
1762
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1763
- @echo ' #define BARE_BUILD_VERSION "0.232 "' > $@
1763
+ @echo ' #define BARE_BUILD_VERSION "0.233 "' > $@
1764
1764
@echo ' extern const char bare_build_version[];' >> $@
1765
1765
@echo ' extern const char build_version[];' >> $@
1766
1766
@echo ' const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
1767
1767
@echo ' const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
1768
1768
else
1769
1769
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1770
- @echo # define BARE_BUILD_VERSION "0.232 " > $@
1770
+ @echo # define BARE_BUILD_VERSION "0.233 " > $@
1771
1771
@echo extern const char bare_build_version[]; >> $@
1772
1772
@echo extern const char build_version[]; >> $@
1773
1773
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@
You can’t perform that action at this time.
0 commit comments