X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=0d657060bfc3a2800e3e6bd650a27691a08b6c39;hp=b806f810baea1d3a4eb237b7aaedcbaaf9f08906;hb=f4c095a042b1bcccb78136be87944e46412386aa;hpb=8894d816ae5a3dfaa800dde0d6442f2bef144782 diff --git a/src/seshigh.c b/src/seshigh.c index b806f81..0d65706 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.37 2004-12-02 19:12:52 adam Exp $ + * $Id: seshigh.c,v 1.38 2004-12-13 14:21:55 heikki Exp $ */ /** * \file seshigh.c @@ -50,7 +50,7 @@ #include "session.h" #include #include -#include +#include #include #include #include @@ -1419,7 +1419,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.37 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.38 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,