Skip to content

Commit ca50094

Browse files
committed
Bumped version to 0.261
1 parent efc5a4a commit ca50094

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="260"
8-
android:versionName="0.260"
7+
android:versionCode="261"
8+
android:versionName="0.261"
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
@@ -1564,7 +1564,7 @@ endif
15641564

15651565
ifeq (posix,$(SHELLTYPE))
15661566
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1567-
@echo '#define BARE_BUILD_VERSION "0.260"' > $@
1567+
@echo '#define BARE_BUILD_VERSION "0.261"' > $@
15681568
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15691569
@echo 'extern const char bare_build_version[];' >> $@
15701570
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1574,7 +1574,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15741574
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15751575
else
15761576
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1577-
@echo #define BARE_BUILD_VERSION "0.260" > $@
1577+
@echo #define BARE_BUILD_VERSION "0.261" > $@
15781578
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15791579
@echo extern const char bare_build_version[]; >> $@
15801580
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)