Skip to content

Commit f811a66

Browse files
committed
Bump version to 0.257
1 parent 64661ce commit f811a66

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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="256"
8-
android:versionName="0.256"
7+
android:versionCode="257"
8+
android:versionName="0.257"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.256'
66+
version = '0.257'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.256'
68+
release = '0.257'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

makefile

Lines changed: 2 additions & 2 deletions
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.256"' > $@
1564+
@echo '#define BARE_BUILD_VERSION "0.257"' > $@
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.256" > $@
1574+
@echo #define BARE_BUILD_VERSION "0.257" > $@
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)