X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebraver.h;h=e903d3c8cf5307f712bd32296652b62a7c5f550b;hb=43e51e6fd8d1e10b5d5b6d62de8da6ec833f806c;hp=a307ff7f3948941d9f9dff023d7b577b17f45878;hpb=10dd604b23feab51e04dbf72fe89ed2b3eb82320;p=idzebra-moved-to-github.git diff --git a/include/zebraver.h b/include/zebraver.h index a307ff7..e903d3c 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,10 +1,49 @@ /* - * Copyright (C) 1994-1995, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: zebraver.h,v $ - * Revision 1.2 1995-12-06 16:05:50 adam + * Revision 1.15 1999-12-01 13:30:30 adam + * Updated configure for Zmbol/Zebra dependent settings. + * + * Revision 1.14 1999/11/30 13:48:03 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.13 1999/02/02 14:50:48 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.12 1998/02/10 12:03:05 adam + * Implemented Sort. + * + * Revision 1.11 1998/01/29 13:33:04 adam + * 1.0b1. + * + * Revision 1.10 1997/02/12 20:45:21 adam + * Internal release. + * + * Revision 1.9 1996/11/08 11:08:03 adam + * New internal release. + * + * Revision 1.8 1996/10/18 12:38:22 adam + * New internal release. + * + * Revision 1.7 1996/06/06 13:30:12 quinn + * Work + * + * Revision 1.6 1996/05/16 15:31:07 quinn + * a7 + * + * Revision 1.5 1996/04/26 09:59:47 adam + * Added ZEBRADATE; date of this file. + * + * Revision 1.4 1996/04/24 13:36:22 quinn + * a6 + * + * Revision 1.3 1996/01/11 10:15:44 quinn + * Alfa 4 release. + * + * Revision 1.2 1995/12/06 16:05:50 adam * New version. * * Revision 1.1 1995/12/05 11:24:51 adam @@ -13,5 +52,9 @@ */ #ifndef ZEBRAVER -#define ZEBRAVER "1.0a3" +#define ZEBRAVER "1.0" +#endif + +#ifndef ZEBRADATE +#define ZEBRADATE "$Date: 1999-12-01 13:30:30 $" #endif