File tree 3 files changed +5
-5
lines changed
android-project/app/src/main
3 files changed +5
-5
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 =" 264 "
8
- android : versionName =" 0.264 "
7
+ android : versionCode =" 265 "
8
+ android : versionName =" 0.265 "
9
9
android : installLocation =" auto" >
10
10
11
11
<!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -44665,7 +44665,7 @@ license:CC0-1.0
44665
44665
</software>
44666
44666
44667
44667
<software name="chempertab">
44668
- <description>> Chemistry: The Periodic Table (A-251 version 1.1) (4am crack)</description>
44668
+ <description>Chemistry: The Periodic Table (A-251 version 1.1) (4am crack)</description>
44669
44669
<year>1988</year>
44670
44670
<publisher>MECC</publisher>
44671
44671
<info name="partno" value="A-251" />
Original file line number Diff line number Diff line change @@ -1578,7 +1578,7 @@ endif
1578
1578
1579
1579
ifeq (posix,$(SHELLTYPE ) )
1580
1580
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1581
- @echo ' #define BARE_BUILD_VERSION "0.264 "' > $@
1581
+ @echo ' #define BARE_BUILD_VERSION "0.265 "' > $@
1582
1582
@echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
1583
1583
@echo ' extern const char bare_build_version[];' >> $@
1584
1584
@echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1588,7 +1588,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1588
1588
@echo ' const char build_version[] = BARE_BUILD_VERSION "W (" BARE_VCS_REVISION ")";' >> $@
1589
1589
else
1590
1590
$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1591
- @echo # define BARE_BUILD_VERSION "0.264 " > $@
1591
+ @echo # define BARE_BUILD_VERSION "0.265 " > $@
1592
1592
@echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
1593
1593
@echo extern const char bare_build_version[]; >> $@
1594
1594
@echo extern const char bare_vcs_revision[]; >> $@
You can’t perform that action at this time.
0 commit comments