From: Sebastian Hammer Date: Mon, 19 Jun 1995 13:39:16 +0000 (+0000) Subject: 1.0 beta X-Git-Tag: YAZ.1.8~959 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1a4ed05d639cfb9931783be01a93d1b91d28d313 1.0 beta All of basic 1995 should be in place at this point. Some little features added to make the server more useful. BER dumper for bad protocol debugging. Etc. First major release. All following releases should come with a changelog. --- diff --git a/include/yaz-version.h b/include/yaz-version.h index 357ae55..04c7cf9 100644 --- a/include/yaz-version.h +++ b/include/yaz-version.h @@ -2,7 +2,14 @@ * Current software version. * * $Log: yaz-version.h,v $ - * Revision 1.1 1995-06-14 12:34:55 quinn + * Revision 1.2 1995-06-19 13:39:16 quinn + * 1.0 beta + * All of basic 1995 should be in place at this point. Some little features + * added to make the server more useful. BER dumper for bad protocol debugging. + * Etc. First major release. All following releases should come with + * a changelog. + * + * Revision 1.1 1995/06/14 12:34:55 quinn * Moved version.h to include/ * * Revision 1.4 1995/06/07 14:43:57 quinn @@ -23,5 +30,5 @@ */ #ifndef YAZ_VERSION -#define YAZ_VERSION "0.21 beta" +#define YAZ_VERSION "1.0 beta" #endif