From 97536324921b26f9e423fa82db6d772891885c37 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 25 Oct 2021 23:56:45 +1100 Subject: [PATCH 1/2] -nes.xml: Added Latin title from box art for Yeongjaekeom Cocoma games. -pluins/hiscore: Bumped version since storage location has changed. --- hash/nes.xml | 2 ++ plugins/hiscore/init.lua | 2 +- plugins/hiscore/plugin.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hash/nes.xml b/hash/nes.xml index 7720e769665..6c2218046c2 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -62891,6 +62891,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx 1999 EduBank + @@ -62907,6 +62908,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx 1999 EduBank + diff --git a/plugins/hiscore/init.lua b/plugins/hiscore/init.lua index 4ec94c9a590..b4677c957dd 100644 --- a/plugins/hiscore/init.lua +++ b/plugins/hiscore/init.lua @@ -7,7 +7,7 @@ -- local exports = { name = 'hiscore', - version = '1.0.0', + version = '1.0.1', description = 'Hiscore', license = 'CC0', author = { name = 'borgar@borgar.net' } } diff --git a/plugins/hiscore/plugin.json b/plugins/hiscore/plugin.json index 62e02e431d6..a77184d3016 100644 --- a/plugins/hiscore/plugin.json +++ b/plugins/hiscore/plugin.json @@ -2,7 +2,7 @@ "plugin": { "name": "hiscore", "description": "Hiscore support", - "version": "1.0.0", + "version": "1.0.1", "author": "borgar@borgar.net", "type": "plugin", "start": "false" From 34d8357465cadf0ec30dc069f8b60d7b24bbf7a4 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 26 Oct 2021 15:50:06 +1100 Subject: [PATCH 2/2] Bump version to 0.237 --- android-project/app/src/main/AndroidManifest.xml | 4 ++-- makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml index 6dea6f7f6b3..13b404156cc 100644 --- a/android-project/app/src/main/AndroidManifest.xml +++ b/android-project/app/src/main/AndroidManifest.xml @@ -4,8 +4,8 @@ --> diff --git a/makefile b/makefile index 232f54efb17..d98a1bd86ab 100644 --- a/makefile +++ b/makefile @@ -1757,7 +1757,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.236"' > $@ + @echo '#define BARE_BUILD_VERSION "0.237"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1767,7 +1767,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) @echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@ else $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo #define BARE_BUILD_VERSION "0.236" > $@ + @echo #define BARE_BUILD_VERSION "0.237" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@