From: Adam Dickmeiss Date: Thu, 27 Nov 2003 15:37:23 +0000 (+0000) Subject: Remove Index Data/ from implementationName X-Git-Tag: YAZ.2.0.6~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=b1cbe58ba4e530026c0d586eb1fbacd44e08cff6 Remove Index Data/ from implementationName --- diff --git a/src/zget.c b/src/zget.c index 76036fc..29fedc6 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.2 2003-11-27 15:37:23 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 ")"