From 9944a1f064a0306f809f5304003717444b734d91 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 23 Apr 2024 03:39:57 +1000 Subject: apple2_flop_clcracked.xml: Fixed editing error. --- hash/apple2_flop_clcracked.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/apple2_flop_clcracked.xml b/hash/apple2_flop_clcracked.xml index 1835211e6e2..43684bf14b7 100644 --- a/hash/apple2_flop_clcracked.xml +++ b/hash/apple2_flop_clcracked.xml @@ -44665,7 +44665,7 @@ license:CC0-1.0 - >Chemistry: The Periodic Table (A-251 version 1.1) (4am crack) + Chemistry: The Periodic Table (A-251 version 1.1) (4am crack) 1988 MECC -- cgit v1.2.3 From f8af5cc2cff218a9294395c5c7f2ad9f45457094 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 24 Apr 2024 04:39:06 +1000 Subject: Bumped version to 0.265 --- 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 2eee6d99cac..df9f3e6f19d 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 f50500fbc5d..7bd9b8df815 100644 --- a/makefile +++ b/makefile @@ -1578,7 +1578,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.264"' > $@ + @echo '#define BARE_BUILD_VERSION "0.265"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1588,7 +1588,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.264" > $@ + @echo #define BARE_BUILD_VERSION "0.265" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ -- cgit v1.2.3