Skip to content

Commit

Permalink
Release version 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhialto committed Jul 7, 2022
1 parent 334d7b6 commit 0616816
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,12 +1,12 @@
??.??.2022: Rhialto
07.07.2022: Rhialto
version 0.8:
- Improve parsing of symbols, e.g. `4..` is not a symbol.
- More careful file format checking of .MLB files, so that you can
use either RSX or RT format .MLB files, and autodetection works.
- Replace the floating point parser by a version which is based on
integer math only, because the Apple M1 doesn't have the required
long double support in its compiler.
12 changes from Paul Koning that add some features which help to
13 changes from Paul Koning that add some features which help to
assemble RSTS/E sources:
- Add default extensions to .include, .library
- Fix .psect without argument, add (ignored) pseudo ops .mdelete,
Expand All @@ -25,6 +25,7 @@
just delimited string characters but also values in < >.
- Allow expression (with constant value) in .RADIX
- Bugfixes in macro expansion, incl duplicate named arguments
- Fix references to blank section: Its name is empty, not ". BLK."

05.01.2022: Rhialto
version 0.7.2:
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.8"

#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx Xxx 2022)"
#define VERSIONSTR BASE_VERSION" (07 Jul 2022)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif
Expand Down

0 comments on commit 0616816

Please sign in to comment.