From: Sebastian Hammer Date: Wed, 14 Jun 1995 12:34:55 +0000 (+0000) Subject: Moved version.h to include/ X-Git-Tag: YAZ.1.8~980 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9edede4a23ba78a2c4a463eabbe7623e7f8d8fbd Moved version.h to include/ --- diff --git a/include/yaz-version.h b/include/yaz-version.h new file mode 100644 index 0000000..357ae55 --- /dev/null +++ b/include/yaz-version.h @@ -0,0 +1,27 @@ +/* + * Current software version. + * + * $Log: yaz-version.h,v $ + * 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 + * Various work towards first public release. Specifically, the CLOSE + * service has been added. + * + * Revision 1.3 1995/05/29 09:52:38 quinn + * Second pre-release. + * + * Revision 1.2 1995/05/16 10:22:47 quinn + * 0.1 beta + * Fairly stable version with structure in place for asynchronous server + * activity (the backend doesn't have complete support for this yet). + * + * Revision 1.1 1995/05/16 08:49:38 quinn + * Introduced version control + * + */ + +#ifndef YAZ_VERSION +#define YAZ_VERSION "0.21 beta" +#endif