Skip to content

Commit

Permalink
Bugfix release 0.7.1 for gitlab issues #7 and #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhialto committed May 16, 2021
1 parent cb331d2 commit 760bef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xx.xx.20xx: Rhialto
version 0.8:
16.05.2021: Rhialto
version 0.7.1:
- Fixed immediate source operand of LDEXP, LD[IL][FD]
which is an integer, unlike several other FPP instructions.

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.1"

#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx Xxxxx 202x)"
#define VERSIONSTR BASE_VERSION" (16 May 2021)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif
Expand Down

0 comments on commit 760bef1

Please sign in to comment.