[Z88dk-commits] CVS: z88dk/src/z80asm hist.c,1.81,1.82

Bridge to the z88dk-commits mailing list
Post Reply
pauloscustodio

[Z88dk-commits] CVS: z88dk/src/z80asm hist.c,1.81,1.82

Post by pauloscustodio »

Update of /cvsroot/z88dk/z88dk/src/z80asm
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24401

Modified Files:
hist.c
Log Message:
version

Index: hist.c
===================================================================
RCS file: /cvsroot/z88dk/z88dk/src/z80asm/hist.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** hist.c 29 Mar 2014 01:20:30 -0000 1.81
--- hist.c 29 Mar 2014 01:27:33 -0000 1.82
***************
*** 25,28 ****
--- 25,31 ----
/*
* $Log$
+ * Revision 1.82 2014/03/29 01:27:33 pauloscustodio
+ * version
+ *
* Revision 1.81 2014/03/29 01:20:30 pauloscustodio
* Accept both "ex af,af" and "ex af,af'"
***************
*** 1657,1661 ****

-------------------------------------------------------------------------------
! 29.03.2014 [2.1.6] (pauloscustodio)
-------------------------------------------------------------------------------
BUG_0044: binary constants with more than 8 bits not accepted
--- 1660,1664 ----

-------------------------------------------------------------------------------
! xx.03.2014 [2.1.6] (pauloscustodio)
-------------------------------------------------------------------------------
BUG_0044: binary constants with more than 8 bits not accepted
***************
*** 1718,1722 ****
#include "hist.h"

! #define VERSION "2.1.6"
#define COPYRIGHT "InterLogic 1993-2009, Paulo Custodio 2011-2014"

--- 1721,1725 ----
#include "hist.h"

! #define VERSION "2.1.6a"
#define COPYRIGHT "InterLogic 1993-2009, Paulo Custodio 2011-2014"



------------------------------------------------------------------------------
Post Reply