From 1a4ed05d639cfb9931783be01a93d1b91d28d313 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 19 Jun 1995 13:39:16 +0000 Subject: [PATCH] 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. --- include/yaz-version.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 1.7.10.4