removed yaz-date.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 May 2002 18:34:53 +0000 (18:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 May 2002 18:34:53 +0000 (18:34 +0000)
buildconf.sh
include/yaz/Makefile.am
include/yaz/yaz-version.h

index 6c75e17..bcf0d28 100755 (executable)
@@ -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
index 4f87f36..5152f0a 100644 (file)
@@ -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 \
index 4d792d1..a061bc0 100644 (file)
@@ -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 <yaz/yaz-date.h>
+#define YAZ_VERSIONL 0x010807
+
+#define YAZ_DATE 1
 
 #ifdef WIN32
 #ifdef NDEBUG