a6
authorSebastian Hammer <quinn@indexdata.com>
Wed, 24 Apr 1996 13:36:19 +0000 (13:36 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Wed, 24 Apr 1996 13:36:19 +0000 (13:36 +0000)
CHANGELOG
Makefile
include/zebraver.h

index 1dcdcf9..04e98a9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+--- 1.0a6 1996/2/24
+
 Fixed problem in file-update system.
 
 Fixed problem in shadow system; register was sometimes corrupted after
index 666762c..36ca7c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
 # Copyright (C) 1994-1995, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.49 1996-03-26 15:57:21 adam Exp $
+# $Id: Makefile,v 1.50 1996-04-24 13:36:20 quinn Exp $
 
 SHELL=/bin/sh
 MAKE=make
 RANLIB=ranlib
-VERSION=1.0a4
+VERSION=1.0a6
 
 # Where are Yaz libraries located?
 YAZLIB=../../yaz/lib/libyaz.a
index 5c31644..46b9348 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: zebraver.h,v $
- * Revision 1.3  1996-01-11 10:15:44  quinn
+ * Revision 1.4  1996-04-24 13:36:22  quinn
+ * a6
+ *
+ * Revision 1.3  1996/01/11  10:15:44  quinn
  * Alfa 4 release.
  *
  * Revision 1.2  1995/12/06  16:05:50  adam
@@ -16,5 +19,5 @@
  */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.0a4"
+#define ZEBRAVER "1.0a6"
 #endif