From 9edede4a23ba78a2c4a463eabbe7623e7f8d8fbd Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 14 Jun 1995 12:34:55 +0000 Subject: [PATCH] Moved version.h to include/ --- include/yaz-version.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 include/yaz-version.h 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 -- 1.7.10.4