diff --git a/CHANGES b/CHANGES index 45bae06..753e1d4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -??.??.20??: Rhialto +19.03.2021: Rhialto version 0.7: - Fixed the end-of-line check for MARK, EMT, TRAP. - Left/right shift operator _; disabled when the -yus option is used. diff --git a/macro11.h b/macro11.h index f46091d..6c0b831 100644 --- a/macro11.h +++ b/macro11.h @@ -3,12 +3,12 @@ #include "git-info.h" -#define BASE_VERSION "0.7wip" +#define BASE_VERSION "0.7" #if defined(GIT_VERSION) #define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")" #else -#define VERSIONSTR BASE_VERSION" (xx Xxxxxxxx 202x)" +#define VERSIONSTR BASE_VERSION" (19 March 2021)" /*#define VERSIONSTR "0.3 (April 21, 2009)" */ /*#define VERSIONSTR "0.2 July 15, 2001" */ #endif