From 760bef1e42174e778d00ce74c9b104845c6f5ac8 Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Sun, 16 May 2021 13:27:01 +0200 Subject: [PATCH] Bugfix release 0.7.1 for gitlab issues #7 and #8. --- CHANGES | 4 ++-- macro11.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index a0c97cf..201dc36 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -xx.xx.20xx: Rhialto - version 0.8: +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. diff --git a/macro11.h b/macro11.h index b6db005..8298aab 100644 --- a/macro11.h +++ b/macro11.h @@ -3,12 +3,12 @@ #include "git-info.h" -#define BASE_VERSION "0.8wip" +#define BASE_VERSION "0.7.1" #if defined(GIT_VERSION) #define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")" #else -#define VERSIONSTR BASE_VERSION" (xx Xxxxx 202x)" +#define VERSIONSTR BASE_VERSION" (16 May 2021)" /*#define VERSIONSTR "0.3 (April 21, 2009)" */ /*#define VERSIONSTR "0.2 July 15, 2001" */ #endif