Skip to content

Commit 9c81bd5

Browse files
committed
Bumped version to 0.278
1 parent a3d0d98 commit 9c81bd5

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="277"
8-
android:versionName="0.277"
7+
android:versionCode="278"
8+
android:versionName="0.278"
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
@@ -1528,7 +1528,7 @@ endif
15281528

15291529
ifeq (posix,$(SHELLTYPE))
15301530
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1531-
@echo '#define BARE_BUILD_VERSION "0.277"' > $@
1531+
@echo '#define BARE_BUILD_VERSION "0.278"' > $@
15321532
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15331533
@echo 'extern const char bare_build_version[];' >> $@
15341534
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1538,7 +1538,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15381538
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15391539
else
15401540
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1541-
@echo #define BARE_BUILD_VERSION "0.277" > $@
1541+
@echo #define BARE_BUILD_VERSION "0.278" > $@
15421542
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15431543
@echo extern const char bare_build_version[]; >> $@
15441544
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)