diff --git a/CHANGES b/CHANGES index b43027d..d33e808 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +??.??.2022: Rhialto + version 0.?.?: + 05.01.2022: Rhialto version 0.7.2: - Improved error messages for bad addressing modes diff --git a/macro11.h b/macro11.h index 366fc46..3d18314 100644 --- a/macro11.h +++ b/macro11.h @@ -3,12 +3,12 @@ #include "git-info.h" -#define BASE_VERSION "0.7.2" +#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" (05 Jan 2022)" +#define VERSIONSTR BASE_VERSION" (xx Xxx 2022)" /*#define VERSIONSTR "0.3 (April 21, 2009)" */ /*#define VERSIONSTR "0.2 July 15, 2001" */ #endif