Skip to content

Commit 05d0cf6

Browse files
committed
Bump version to 0.233
1 parent e1ceb9f commit 05d0cf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
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="232"
8-
android:versionName="0.232"
7+
android:versionCode="233"
8+
android:versionName="0.233"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1760,14 +1760,14 @@ endif
17601760

17611761
ifeq (posix,$(SHELLTYPE))
17621762
$(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"' > $@
17641764
@echo 'extern const char bare_build_version[];' >> $@
17651765
@echo 'extern const char build_version[];' >> $@
17661766
@echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
17671767
@echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
17681768
else
17691769
$(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" > $@
17711771
@echo extern const char bare_build_version[]; >> $@
17721772
@echo extern const char build_version[]; >> $@
17731773
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@

0 commit comments

Comments
 (0)