Skip to content

Commit 758c8a1

Browse files
committed
Bumped version to 0.276
1 parent f63f686 commit 758c8a1

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="275"
8-
android:versionName="0.275"
7+
android:versionCode="276"
8+
android:versionName="0.276"
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
@@ -1572,7 +1572,7 @@ endif
15721572

15731573
ifeq (posix,$(SHELLTYPE))
15741574
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1575-
@echo '#define BARE_BUILD_VERSION "0.275"' > $@
1575+
@echo '#define BARE_BUILD_VERSION "0.276"' > $@
15761576
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15771577
@echo 'extern const char bare_build_version[];' >> $@
15781578
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1582,7 +1582,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15821582
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15831583
else
15841584
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1585-
@echo #define BARE_BUILD_VERSION "0.275" > $@
1585+
@echo #define BARE_BUILD_VERSION "0.276" > $@
15861586
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15871587
@echo extern const char bare_build_version[]; >> $@
15881588
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)