From 6c6f241bacbf56e660b6e08bd40dd8c77adb0dce Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Sun, 16 May 2021 13:46:31 +0200 Subject: [PATCH] Prepare for development after released version. --- CHANGES | 5 +++++ macro11.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 201dc36..f522b0b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,12 @@ +xx.xx.202x: Rhialto + version 0.7.x: + 16.05.2021: Rhialto version 0.7.1: - Fixed immediate source operand of LDEXP, LD[IL][FD] which is an integer, unlike several other FPP instructions. + (gitlab issue #7) + - Start each pass with .DSABL LSB (gitlab issue #8) 19.03.2021: Rhialto version 0.7: diff --git a/macro11.h b/macro11.h index 8298aab..11d5a37 100644 --- a/macro11.h +++ b/macro11.h @@ -3,12 +3,12 @@ #include "git-info.h" -#define BASE_VERSION "0.7.1" +#define BASE_VERSION "0.8wip" #if defined(GIT_VERSION) #define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")" #else -#define VERSIONSTR BASE_VERSION" (16 May 2021)" +#define VERSIONSTR BASE_VERSION" (xx Xxx 2021)" /*#define VERSIONSTR "0.3 (April 21, 2009)" */ /*#define VERSIONSTR "0.2 July 15, 2001" */ #endif