From: Hugo Villeneuve Date: Sat, 22 Mar 2014 17:57:47 +0000 (-0400) Subject: emu8051 1.1.4 X-Git-Tag: v1.1.4^0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f2acc7722153edb62262fefa9b214226b6ff0edd;p=emu8051.git emu8051 1.1.4 --- 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)