emu8051 1.1.4 v1.1.y v1.1.4
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 22 Mar 2014 17:57:47 +0000 (13:57 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 22 Mar 2014 18:06:14 +0000 (14:06 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index dcc4e4b..3fbeb59 100644 (file)
--- 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
index 05e7d1f..a8dc471 100644 (file)
@@ -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)