Skip to content

Commit 84cb445

Browse files
committed
Bumped version to 0.277
1 parent c711f95 commit 84cb445

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="276"
8-
android:versionName="0.276"
7+
android:versionCode="277"
8+
android:versionName="0.277"
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.276'
66+
version = '0.277'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.276'
68+
release = '0.277'
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
@@ -1523,7 +1523,7 @@ endif
15231523

15241524
ifeq (posix,$(SHELLTYPE))
15251525
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1526-
@echo '#define BARE_BUILD_VERSION "0.276"' > $@
1526+
@echo '#define BARE_BUILD_VERSION "0.277"' > $@
15271527
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15281528
@echo 'extern const char bare_build_version[];' >> $@
15291529
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1533,7 +1533,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15331533
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15341534
else
15351535
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1536-
@echo #define BARE_BUILD_VERSION "0.276" > $@
1536+
@echo #define BARE_BUILD_VERSION "0.277" > $@
15371537
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15381538
@echo extern const char bare_build_version[]; >> $@
15391539
@echo extern const char bare_vcs_revision[]; >> $@

0 commit comments

Comments
 (0)