From: Sebastian Hammer Date: Tue, 20 Feb 1996 12:57:41 +0000 (+0000) Subject: V1.1 X-Git-Tag: YAZ.1.8~798 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=db974144cf7ea08657432437b71611ac85d1c2d1 V1.1 --- diff --git a/CHANGELOG b/CHANGELOG index f9f2885..771c095 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Possible compatibility problems with earlier versions marked with '*'. ---- XXXXX XXXX/XX/XX +--- 1.1 1996/2/20 z_External() now won't break if a known, ASN.1 value comes encapsulated in an octet-string. The value will pass through unmodified in an Odr_oct. diff --git a/include/yaz-version.h b/include/yaz-version.h index 3428a7f..b63b3ba 100644 --- a/include/yaz-version.h +++ b/include/yaz-version.h @@ -2,7 +2,10 @@ * Current software version. * * $Log: yaz-version.h,v $ - * Revision 1.9 1996-01-24 16:01:24 quinn + * Revision 1.10 1996-02-20 12:57:45 quinn + * V1.1 + * + * Revision 1.9 1996/01/24 16:01:24 quinn * pl4 * * Revision 1.8 1996/01/02 11:46:50 quinn @@ -53,5 +56,5 @@ */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.0 patchLevel 4" +#define YAZ_VERSION "1.1" #endif