From: Adam Dickmeiss Date: Mon, 13 May 2002 18:34:53 +0000 (+0000) Subject: removed yaz-date.h X-Git-Tag: YAZ.1.8.7.CCL~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=dccf2111a2f7bed8ac96b29565b691c6413941c9 removed yaz-date.h --- diff --git a/buildconf.sh b/buildconf.sh index 6c75e17..bcf0d28 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.11 2002-05-13 14:13:37 adam Exp $ +# $Id: buildconf.sh,v 1.12 2002-05-13 18:34:53 adam Exp $ aclocal libtoolize --automake --force automake -a @@ -7,4 +7,3 @@ autoconf if [ -f config.cache ]; then rm config.cache fi -#util/cvs-date.tcl include/yaz/yaz-date.h diff --git a/include/yaz/Makefile.am b/include/yaz/Makefile.am index 4f87f36..5152f0a 100644 --- a/include/yaz/Makefile.am +++ b/include/yaz/Makefile.am @@ -1,10 +1,10 @@ -## $Id: Makefile.am,v 1.13 2002-02-11 23:25:26 adam Exp $ +## $Id: Makefile.am,v 1.14 2002-05-13 18:34:53 adam Exp $ pkginclude_HEADERS= backend.h ccl.h comstack.h \ d1_attset.h d1_map.h data1.h diagbib1.h sortspec.h \ log.h logrpn.h marcdisp.h nmem.h odr.h oid.h options.h otherinfo.h \ pquery.h prt-ext.h readconf.h statserv.h tcpip.h tpath.h wrbuf.h xmalloc.h \ - yaz-ccl.h yaz-util.h yaz-version.h yaz-date.h yconfig.h proto.h \ + yaz-ccl.h yaz-util.h yaz-version.h yconfig.h proto.h \ \ ill.h ill-core.h item-req.h z-accdes1.h z-accform1.h \ z-acckrb1.h z-core.h z-date.h z-diag1.h z-espec1.h z-estask.h z-exp.h \ diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 4d792d1..a061bc0 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -1,12 +1,14 @@ /* * Current software version. * - * $Id: yaz-version.h,v 1.14 2002-03-25 15:12:25 adam Exp $ + * $Id: yaz-version.h,v 1.15 2002-05-13 18:34:53 adam Exp $ */ #ifndef YAZ_VERSION #define YAZ_VERSION "1.8.7" -#include +#define YAZ_VERSIONL 0x010807 + +#define YAZ_DATE 1 #ifdef WIN32 #ifdef NDEBUG