Skip to content

Commit ec9ba6f

Browse files
committed
Bump version to 0.235
1 parent bdbf452 commit ec9ba6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android-project/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-->
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
66
package="org.mamedev.mame"
7-
android:versionCode="234"
8-
android:versionName="0.234"
7+
android:versionCode="235"
8+
android:versionName="0.235"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,14 +1755,14 @@ endif
17551755

17561756
ifeq (posix,$(SHELLTYPE))
17571757
$(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"' > $@
17591759
@echo 'extern const char bare_build_version[];' >> $@
17601760
@echo 'extern const char build_version[];' >> $@
17611761
@echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
17621762
@echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
17631763
else
17641764
$(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" > $@
17661766
@echo extern const char bare_build_version[]; >> $@
17671767
@echo extern const char build_version[]; >> $@
17681768
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@

0 commit comments

Comments
 (0)