Skip to content

Commit

Permalink
Release version 0.7.2
Browse files Browse the repository at this point in the history
since the current state seems stable.
  • Loading branch information
Rhialto committed Jan 5, 2022
1 parent 29b7b4c commit c311f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions macro11.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c311f6a

Please sign in to comment.