From 8d739efed4f09ff61537f00280ec14bf9ec51b4f Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Sat, 13 Feb 2021 14:24:56 +0100 Subject: [PATCH] Bump version to 0.6. --- CHANGES | 2 +- README | 2 +- macro11.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index bd2b3bb..d9eb93f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -??.??.20??: Rhialto +13.02.2021: Rhialto version 0.6: - Fixed rounding issues with floating point literals. - Fixed FPP instructions which take fp immediate operands. diff --git a/README b/README index cd86d95..8d70c6b 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. modified 2009 by Joerg Hoppe, -modified 2015-2017,2020 by Olaf 'Rhialto' Seibert. +modified 2015-2017,2020,2021 by Olaf 'Rhialto' Seibert. Files: macro11.c Command line parsing and driving the passes. diff --git a/macro11.h b/macro11.h index cee2808..494e9e8 100644 --- a/macro11.h +++ b/macro11.h @@ -3,12 +3,12 @@ #include "git-info.h" -#define BASE_VERSION "0.6wip" +#define BASE_VERSION "0.6" #if defined(GIT_VERSION) #define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")" #else -#define VERSIONSTR BASE_VERSION" (xx xxxxx 20xx)" +#define VERSIONSTR BASE_VERSION" (13 Februari 2021)" /*#define VERSIONSTR "0.3 (April 21, 2009)" */ /*#define VERSIONSTR "0.2 July 15, 2001" */ #endif