Skip to content

Commit cd82a83

Browse files
committed
Bumped version to 0.274
1 parent 05cd191 commit cd82a83

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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="273"
8-
android:versionName="0.273"
7+
android:versionCode="274"
8+
android:versionName="0.274"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

docs/source/conf.py

+2-2
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.273'
66+
version = '0.274'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.273'
68+
release = '0.274'
6969

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

makefile

+2-2
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.273"' > $@
1575+
@echo '#define BARE_BUILD_VERSION "0.274"' > $@
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.273" > $@
1585+
@echo #define BARE_BUILD_VERSION "0.274" > $@
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)