X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fseshigh.c;h=0e7091970cd7c1a255d7dd38d6b4a675f0e6a200;hb=4c176312acdc3444c9afc820f76a393e64668e52;hp=fffdd113956742ac4062feb73fd648f42d5d9ca0;hpb=163ca1323081c3a85323b55cb0ff668b8f7c83a1;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index fffdd11..0e70919 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2005, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.43 2005-01-11 12:07:55 adam Exp $ + * $Id: seshigh.c,v 1.44 2005-01-15 19:47:14 adam Exp $ */ /** * \file seshigh.c @@ -1577,7 +1577,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName)); - version = odr_strdup(assoc->encode, "$Revision: 1.43 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.44 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,