From 041878b1a2973b306c72342214a0b6d9aa8d3c4d Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 4 Nov 2013 10:40:13 -0500 Subject: [PATCH] Version 1.1.3 --- ChangeLog | 6 ++++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e699866..0528782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-11-05 Anthony + * Fix error with JMP @A,DPTR instruction + * Fix error with RETI instruction + Error report and patch submission by Anthony + (antliu at gmail.com). + 2013-09-07 Hugo Villeneuve * Fix compiler warnings * Fix error with CJNE instruction. diff --git a/NEWS b/NEWS index d5139bf..dcc4e4b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2013-11-05: emu8051-1.1.3 has been released + Fix error with JMP @A,DPTR instruction + Fix error with RETI instruction + 2013-09-07: emu8051-1.1.2 has been released Fix error with CJNE instruction. diff --git a/configure.ac b/configure.ac index 30ae0c4..05e7d1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure dnl Initialization stuff. -AC_INIT(emu8051, 1.1.2) +AC_INIT(emu8051, 1.1.3) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/cpu8051.c) AM_CONFIG_HEADER(config.h:config-h.in) -- 2.20.1