File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
android-project/app/src/main Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44-->
55<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
66 package =" org.mamedev.mame"
7- android : versionCode =" 278 "
8- android : versionName =" 0.278 "
7+ android : versionCode =" 279 "
8+ android : versionName =" 0.279 "
99 android : installLocation =" auto" >
1010
1111 <!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = '0.278 '
66+ version = '0.279 '
6767# The full version, including alpha/beta/rc tags.
68- release = '0.278 '
68+ release = '0.279 '
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -1528,7 +1528,7 @@ endif
15281528
15291529ifeq (posix,$(SHELLTYPE ) )
15301530$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1531- @echo ' #define BARE_BUILD_VERSION "0.278 "' > $@
1531+ @echo ' #define BARE_BUILD_VERSION "0.279 "' > $@
15321532 @echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15331533 @echo ' extern const char bare_build_version[];' >> $@
15341534 @echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1538,7 +1538,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15381538 @echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15391539else
15401540$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1541- @echo # define BARE_BUILD_VERSION "0.278 " > $@
1541+ @echo # define BARE_BUILD_VERSION "0.279 " > $@
15421542 @echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15431543 @echo extern const char bare_build_version[]; >> $@
15441544 @echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments