Version 1.1.3 v1.1.3
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 4 Nov 2013 15:40:13 +0000 (10:40 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 02:07:22 +0000 (21:07 -0500)
ChangeLog
NEWS
configure.ac

index e699866..0528782 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-05 Anthony <antliu at gmail.com>
+       * 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  <hugo@hugovil.com>
        * Fix compiler warnings
         * Fix error with CJNE instruction.
diff --git a/NEWS b/NEWS
index d5139bf..dcc4e4b 100644 (file)
--- 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.
 
index 30ae0c4..05e7d1f 100644 (file)
@@ -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)