Skip to content

Commit bfa8d72

Browse files
committedApr 25, 2023
Bump version to 0.254
1 parent 703aa5a commit bfa8d72

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="253"
8-
android:versionName="0.253"
7+
android:versionCode="254"
8+
android:versionName="0.254"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

‎makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ endif
15611561

15621562
ifeq (posix,$(SHELLTYPE))
15631563
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1564-
@echo '#define BARE_BUILD_VERSION "0.253"' > $@
1564+
@echo '#define BARE_BUILD_VERSION "0.254"' > $@
15651565
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15661566
@echo 'extern const char bare_build_version[];' >> $@
15671567
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1571,7 +1571,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15711571
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15721572
else
15731573
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1574-
@echo #define BARE_BUILD_VERSION "0.253" > $@
1574+
@echo #define BARE_BUILD_VERSION "0.254" > $@
15751575
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15761576
@echo extern const char bare_build_version[]; >> $@
15771577
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)
Please sign in to comment.