]> Untitled Git - emu8051.git/commitdiff
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 e69986677431370a839d0f1b4757484e3051282c..0528782ad086f71cf8129b64f40b37d2ad8c531a 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 d5139bf5724987664b4ab202b910437653f4bb6c..dcc4e4b3bbaee5d0a90f175e1cc9700957e9a6b6 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 30ae0c4fbdf2aa7143f4bbaa80568c23e7f5c503..05e7d1f1fc1b4afda53a607c1348b9f08be0e69c 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)