Skip to content

Commit 0927086

Browse files
committed
Prepping for 2.20.14.1 hotfix release
1 parent 808d5a0 commit 0927086

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ closely related files (Makefile, test cases) only, this
44
is *not* a complete record of every single change ever
55
made. Check the GitHub commit history for that. :-)
66

7-
new in DASM version 2.20.14:
7+
new in DASM version 2.20.14.1:
8+
9+
* fixed support for forced word address x/y indexed (.wx / .wy)
10+
11+
* man page added
12+
13+
* missing opcodes added for mc68hc908 controller
14+
15+
* Support for older macOS versions (OSX 10.5 and up)
16+
17+
DASM version 2.20.14:
818

919
* Technical Documentation / User Guide for dasm in PDF format,
1020
written by Andrew Davie in his engaging style.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
============================
2-
DASM 2.20.15-SNAPSHOT readme
2+
DASM 2.20.14.1 readme
33
============================
44

55
Welcome to DASM, a versatile macro assembler with support for several

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* @brief Macro to provide current DASM release as a string.
3333
*/
34-
#define DASM_RELEASE "2.20.15-SNAPSHOT"
34+
#define DASM_RELEASE "2.20.14.1"
3535

3636
/**
3737
* @brief Macro to provide current DASM headline, including

0 commit comments

Comments
 (0)