From f2acc7722153edb62262fefa9b214226b6ff0edd Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 22 Mar 2014 13:57:47 -0400 Subject: [PATCH] emu8051 1.1.4 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dcc4e4b..3fbeb59 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2014-03-22: emu8051-1.1.4 has been released + Fix error with ANL and ORL instructions + 2013-11-05: emu8051-1.1.3 has been released Fix error with JMP @A,DPTR instruction Fix error with RETI instruction diff --git a/configure.ac b/configure.ac index 05e7d1f..a8dc471 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.3) +AC_INIT(emu8051, 1.1.4) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/cpu8051.c) AM_CONFIG_HEADER(config.h:config-h.in) -- 2.20.1