X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzget.c;h=186a2ee254ec8323e2415ec005cdae3fc02292e3;hb=5bd7d278653dd178ca7da5a1bcc79724017ecd5e;hp=76036fcd25a07f189ce0151ed086eac7cb524d84;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/zget.c b/src/zget.c index 76036fc..186a2ee 100644 --- a/src/zget.c +++ b/src/zget.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zget.c,v 1.1 2003-10-27 12:21:36 adam Exp $ + * $Id: zget.c,v 1.3 2003-11-27 15:39:16 adam Exp $ */ #include @@ -30,7 +30,7 @@ Z_InitRequest *zget_InitRequest(ODR o) r->maximumRecordSize = odr_intdup(o, 30*1024); r->idAuthentication = 0; r->implementationId = "81"; - r->implementationName = "Index Data/YAZ"; + r->implementationName = "YAZ"; r->implementationVersion = YAZ_VERSION #ifdef YAZ_DATE_STR " (" YAZ_DATE_STR ")" @@ -57,7 +57,7 @@ Z_InitResponse *zget_InitResponse(ODR o) r->maximumRecordSize = odr_intdup(o, 30*1024); r->result = odr_intdup(o, 1); r->implementationId = "81"; - r->implementationName = "Index Data/YAZ"; + r->implementationName = "YAZ"; r->implementationVersion = YAZ_VERSION #ifdef YAZ_DATE_STR " (" YAZ_DATE_STR ")"