From c311f6a175fd52da171795bc093762f4eba4c136 Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Wed, 5 Jan 2022 21:30:15 +0100 Subject: [PATCH] Release version 0.7.2 since the current state seems stable. --- CHANGES | 5 +++-- macro11.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 60ec246..b43027d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -xx.xx.202x: Rhialto - version 0.7.x: +05.01.2022: Rhialto + version 0.7.2: - Improved error messages for bad addressing modes (due to gitlab issue #10) - Undefined symbols are now listed in the symbol table. @@ -11,6 +11,7 @@ xx.xx.202x: Rhialto symbol table as such. %3+1 is <%3>+1 is R4. - Fixed registers being used in .word or immediate operands: no longer generated as being relocatable expressions. + - 'make tests' works more portably. 16.05.2021: Rhialto version 0.7.1: diff --git a/macro11.h b/macro11.h index 11d5a37..366fc46 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.2" #if defined(GIT_VERSION) #define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")" #else -#define VERSIONSTR BASE_VERSION" (xx Xxx 2021)" +#define VERSIONSTR BASE_VERSION" (05 Jan 2022)" /*#define VERSIONSTR "0.3 (April 21, 2009)" */ /*#define VERSIONSTR "0.2 July 15, 2001" */ #endif