X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz-version.h;h=d56fd7c7574938370eff70aef4f90cac05f40437;hp=357ae5566b7dbe8dfdb21c9a95e103bfc1c4de63;hb=0a159e0b47088801788dc3a90b79f6d5e964ea1f;hpb=9edede4a23ba78a2c4a463eabbe7623e7f8d8fbd diff --git a/include/yaz-version.h b/include/yaz-version.h index 357ae55..d56fd7c 100644 --- a/include/yaz-version.h +++ b/include/yaz-version.h @@ -2,7 +2,49 @@ * Current software version. * * $Log: yaz-version.h,v $ - * Revision 1.1 1995-06-14 12:34:55 quinn + * Revision 1.13 1996-10-11 15:06:55 quinn + * Version 1.3 + * + * Revision 1.12 1996/06/10 08:57:50 quinn + * 1.2 + * + * Revision 1.11 1996/04/10 11:40:33 quinn + * 1.1pl2 + * + * 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 + * Changed 'operator' to 'roperator' to avoid C++ conflict. + * Moved to pl3 + * + * Revision 1.7 1995/12/06 15:50:42 quinn + * 1.0pl2 + * + * Revision 1.6 1995/12/05 11:15:57 quinn + * 1.0pl1 + * + * Revision 1.5 1995/11/28 09:31:22 quinn + * Version 1.0 + * + * Revision 1.4 1995/08/24 15:13:18 quinn + * Beta 3 + * + * Revision 1.3 1995/06/27 13:12:07 quinn + * v1.0b2 + * See CHANGELOG for update info now. + * + * 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 +65,5 @@ */ #ifndef YAZ_VERSION -#define YAZ_VERSION "0.21 beta" +#define YAZ_VERSION "1.3" #endif