Skip to content

Commit

Permalink
Prepping for 2.20.14.1 hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dionoid committed Nov 9, 2020
1 parent 808d5a0 commit 0927086
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ closely related files (Makefile, test cases) only, this
is *not* a complete record of every single change ever
made. Check the GitHub commit history for that. :-)

new in DASM version 2.20.14:
new in DASM version 2.20.14.1:

* fixed support for forced word address x/y indexed (.wx / .wy)

* man page added

* missing opcodes added for mc68hc908 controller

* Support for older macOS versions (OSX 10.5 and up)

DASM version 2.20.14:

* Technical Documentation / User Guide for dasm in PDF format,
written by Andrew Davie in his engaging style.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================
DASM 2.20.15-SNAPSHOT readme
DASM 2.20.14.1 readme
============================

Welcome to DASM, a versatile macro assembler with support for several
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* @brief Macro to provide current DASM release as a string.
*/
#define DASM_RELEASE "2.20.15-SNAPSHOT"
#define DASM_RELEASE "2.20.14.1"

/**
* @brief Macro to provide current DASM headline, including
Expand Down

0 comments on commit 0927086

Please sign in to comment.