File tree 3 files changed +6
-6
lines changed
android-project/app/src/main
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
-->
5
5
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
6
6
package =" org.mamedev.mame"
7
- android : versionCode =" 276 "
8
- android : versionName =" 0.276 "
7
+ android : versionCode =" 277 "
8
+ android : versionName =" 0.277 "
9
9
android : installLocation =" auto" >
10
10
11
11
<!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change 63
63
# built documents.
64
64
#
65
65
# The short X.Y version.
66
- version = '0.276 '
66
+ version = '0.277 '
67
67
# The full version, including alpha/beta/rc tags.
68
- release = '0.276 '
68
+ release = '0.277 '
69
69
70
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
71
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -1528,7 +1528,7 @@ endif
1528
1528
1529
1529
ifeq (posix,$(SHELLTYPE ) )
1530
1530
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1531
- @echo ' #define BARE_BUILD_VERSION "0.276 "' > $@
1531
+ @echo ' #define BARE_BUILD_VERSION "0.277 "' > $@
1532
1532
@echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
1533
1533
@echo ' extern const char bare_build_version[];' >> $@
1534
1534
@echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1538,7 +1538,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1538
1538
@echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
1539
1539
else
1540
1540
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1541
- @echo # define BARE_BUILD_VERSION "0.276 " > $@
1541
+ @echo # define BARE_BUILD_VERSION "0.277 " > $@
1542
1542
@echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
1543
1543
@echo extern const char bare_build_version[]; >> $@
1544
1544
@echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments