Increased version number
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Nov 2002 13:50:29 +0000 (13:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Nov 2002 13:50:29 +0000 (13:50 +0000)
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

index 071de3b..f1aa8fb 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.56 2002-11-15 21:26:00 adam Exp $
+dnl $Id: configure.in,v 1.57 2002-11-26 13:50:29 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.3)
+AM_INIT_AUTOMAKE(idzebra,1.3.4)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 825a9a1..2b28a05 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.4-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 26 Nov 2002 14:45:30 +0100
+
 idzebra (1.3.3-6) unstable; urgency=low
 
   * Another sort bug fix.
index 95aa432..c9c4dea 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.25 2002-09-18 21:01:15 adam Exp $
+/* $Id: zebraver.h,v 1.26 2002-11-26 13:50:29 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -20,12 +20,10 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
 */
 
-
-
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.3"
+#define ZEBRAVER "1.3.4"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2002-09-18 21:01:15 $"
+#define ZEBRADATE "$Date: 2002-11-26 13:50:29 $"
 #endif
index c56d29a..e8f4712 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.7 2002-10-22 14:41:30 adam Exp $
+; $Id: zebra.nsi,v 1.8 2002-11-26 13:50:29 adam Exp $
 
-!define VERSION "1.3.3"
+!define VERSION "1.3.4"
 
 Name "Zebra"
 Caption "Index Data Yebra ${VERSION} Setup"