Towards 1.3.8
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Mar 2003 20:58:08 +0000 (20:58 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Mar 2003 20:58:08 +0000 (20:58 +0000)
configure.in
debian/changelog
debian/rules
include/zebraver.h
win/zebra.nsi

index 4fcefeb..9eab136 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2003
-dnl $Id: configure.in,v 1.69 2003-02-28 15:35:54 adam Exp $
+dnl $Id: configure.in,v 1.70 2003-03-26 20:58:08 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.7)
+AM_INIT_AUTOMAKE(idzebra,1.3.8)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 85df360..f9f32dd 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.8-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 26 Mar 2003 21:57:20 +0100
+
 idzebra (1.3.7-1) unstable; urgency=low
 
   * Upstream.
index be6872a..88d72c4 100755 (executable)
@@ -20,7 +20,7 @@ else
 MCFLAGS=
 endif
 
-ZEBRA_VERSION=1.3.7
+ZEBRA_VERSION=1.3.8
 ZEBRASRCDIR?=$(shell pwd)
 # If this is not IndexData's release, then it is a cvs-checkout. Go cheat!
 #   YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d")
index 10607ba..68ffccc 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.29 2003-02-27 11:33:45 adam Exp $
+/* $Id: zebraver.h,v 1.30 2003-03-26 20:58:09 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
    Index Data Aps
 
@@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.7"
+#define ZEBRAVER "1.3.8"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2003-02-27 11:33:45 $"
+#define ZEBRADATE "$Date: 2003-03-26 20:58:09 $"
 #endif
index 04714a9..326ca15 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.11 2003-02-27 11:33:46 adam Exp $
+; $Id: zebra.nsi,v 1.12 2003-03-26 20:58:09 adam Exp $
 
-!define VERSION "1.3.7"
+!define VERSION "1.3.8"
 
 Name "Zebra"
 Caption "Index Data Yebra ${VERSION} Setup"