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

Bridge to the z88dk-commits mailing list
Post Reply
pauloscustodio

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

Post by pauloscustodio »

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

Modified Files:
hist.c
Log Message:
version

Index: hist.c
===================================================================
RCS file: /cvsroot/z88dk/z88dk/src/z80asm/hist.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** hist.c 29 Mar 2014 01:27:33 -0000 1.82
--- hist.c 29 Mar 2014 01:46:14 -0000 1.83
***************
*** 25,28 ****
--- 25,31 ----
/*
* $Log$
+ * Revision 1.83 2014/03/29 01:46:14 pauloscustodio
+ * version
+ *
* Revision 1.82 2014/03/29 01:27:33 pauloscustodio
* version
***************
*** 1660,1664 ****

-------------------------------------------------------------------------------
! xx.03.2014 [2.1.6] (pauloscustodio)
-------------------------------------------------------------------------------
BUG_0044: binary constants with more than 8 bits not accepted
--- 1663,1667 ----

-------------------------------------------------------------------------------
! 29.03.2014 [2.1.6] (pauloscustodio)
-------------------------------------------------------------------------------
BUG_0044: binary constants with more than 8 bits not accepted
***************
*** 1721,1725 ****
#include "hist.h"

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

--- 1724,1728 ----
#include "hist.h"

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



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