From 09270863f5f70e5200c30d2778f654ff7a40adba Mon Sep 17 00:00:00 2001 From: Dion Olsthoorn Date: Mon, 9 Nov 2020 22:50:22 +0100 Subject: [PATCH] Prepping for 2.20.14.1 hotfix release --- ChangeLog | 12 +++++++++++- README | 2 +- src/version.h | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae572e36..0a2d6ee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index e762db71..07b75d21 100644 --- a/README +++ b/README @@ -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 diff --git a/src/version.h b/src/version.h index 7934224e..1af4aa92 100644 --- a/src/version.h +++ b/src/version.h @@ -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