Skip to content

Commit 7b4d4c1

Browse files
committed
Bumped version to 0.284
1 parent 9aba7a8 commit 7b4d4c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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="283"
8-
android:versionName="0.283"
7+
android:versionCode="284"
8+
android:versionName="0.284"
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
@@ -1537,7 +1537,7 @@ endif
15371537

15381538
ifeq (posix,$(SHELLTYPE))
15391539
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1540-
@echo '#define BARE_BUILD_VERSION "0.283"' > $@
1540+
@echo '#define BARE_BUILD_VERSION "0.284"' > $@
15411541
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15421542
@echo 'extern const char bare_build_version[];' >> $@
15431543
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1547,7 +1547,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15471547
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15481548
else
15491549
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1550-
@echo #define BARE_BUILD_VERSION "0.283" > $@
1550+
@echo #define BARE_BUILD_VERSION "0.284" > $@
15511551
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15521552
@echo extern const char bare_build_version[]; >> $@
15531553
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)