Skip to content

Commit 7b051ce

Browse files
committed
Bumped version to 0.282
1 parent 5313791 commit 7b051ce

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="281"
8-
android:versionName="0.281"
7+
android:versionCode="282"
8+
android:versionName="0.282"
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
@@ -1533,7 +1533,7 @@ endif
15331533

15341534
ifeq (posix,$(SHELLTYPE))
15351535
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1536-
@echo '#define BARE_BUILD_VERSION "0.281"' > $@
1536+
@echo '#define BARE_BUILD_VERSION "0.282"' > $@
15371537
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15381538
@echo 'extern const char bare_build_version[];' >> $@
15391539
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1543,7 +1543,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15431543
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15441544
else
15451545
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1546-
@echo #define BARE_BUILD_VERSION "0.281" > $@
1546+
@echo #define BARE_BUILD_VERSION "0.282" > $@
15471547
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15481548
@echo extern const char bare_build_version[]; >> $@
15491549
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)