Skip to content

Commit ef032a3

Browse files
committed
Bumped version to 0.270
1 parent 2e1b80f commit ef032a3

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="269"
8-
android:versionName="0.269"
7+
android:versionCode="270"
8+
android:versionName="0.270"
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.269'
66+
version = '0.270'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.269'
68+
release = '0.270'
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
@@ -1578,7 +1578,7 @@ endif
15781578

15791579
ifeq (posix,$(SHELLTYPE))
15801580
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1581-
@echo '#define BARE_BUILD_VERSION "0.269"' > $@
1581+
@echo '#define BARE_BUILD_VERSION "0.270"' > $@
15821582
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15831583
@echo 'extern const char bare_build_version[];' >> $@
15841584
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1588,7 +1588,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15881588
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15891589
else
15901590
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1591-
@echo #define BARE_BUILD_VERSION "0.269" > $@
1591+
@echo #define BARE_BUILD_VERSION "0.270" > $@
15921592
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15931593
@echo extern const char bare_build_version[]; >> $@
15941594
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)