Skip to content

Commit

Permalink
Bump version to 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhialto committed Mar 24, 2020
1 parent 2842c92 commit 9638d52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
??.??.201?: Rhialto
25.04.2020: Rhialto
version 0.5:
- Fixed bug with checking addressing mode for JSR.
- Fixed bug with checking addressing mode for JSR and bugs
with .REPT 0, unneeded relocation on pc-relative mode.
- Very simple .LIST and .NLIST implementation.
- Add ^pl and ^ph expressions from 2.11BSD's m11.
- Object-ified macro libraries with an eye to support the .sml
Expand All @@ -9,8 +10,8 @@
sure how it is supposed to work.
- Added 2.11BSD/m11 as test files. To make this reasonable, a
few small features they use have been recognized and ignored.
- Add -rsx and -rt11 to switch object file format
(from Kevin Handy)
- Add -rsx and -rt11 to switch object file format (from Kevin Handy)
- Add obj2bin from https://github.com/AK6DN/obj2bin.git

09.11.2015: Rhialto
version 0.4:
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.5wip"
#define BASE_VERSION "0.5"

#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx xxxx 2016)"
#define VERSIONSTR BASE_VERSION" (25 March 2020)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif
Expand Down

0 comments on commit 9638d52

Please sign in to comment.