X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=c68af21944b30042d54464fe5912909fde69f49b;hb=407a291011ba2743e175f3d2a84d4c6837406f7c;hp=5c1843b874f86cb4bf3eaf6ef7c2057e03201a9d;hpb=0c639102deb9c9264d76f5c065b1f0e33d68751a;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index 5c1843b..c68af21 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.124 2007-08-13 16:43:59 mike Exp $ + * $Id: seshigh.c,v 1.126 2007-08-22 08:11:28 adam Exp $ */ /** * \file seshigh.c @@ -2377,7 +2377,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.124 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.126 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,