Towards 1.3.28 ZEBRA.1.3.28
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 May 2005 13:43:06 +0000 (13:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 May 2005 13:43:06 +0000 (13:43 +0000)
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

index 33717de..07e4797 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2005
-dnl $Id: configure.in,v 1.91.2.12 2005-05-12 21:00:47 adam Exp $
+dnl $Id: configure.in,v 1.91.2.13 2005-05-30 13:43:06 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.26)
+AM_INIT_AUTOMAKE(idzebra,1.3.28)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index d917baa..99656ea 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.28-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 30 May 2005 15:42:29 +0200
+
 idzebra (1.3.26-1) unstable; urgency=low
 
   * Upstream.
index 3235ecc..7b9c88d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebraver.h,v 1.38.2.6 2005-05-04 11:48:14 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
+/* $Id: zebraver.h,v 1.38.2.7 2005-05-30 13:43:06 adam Exp $
+   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005
    Index Data Aps
 
 This file is part of the Zebra server.
@@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.26"
+#define ZEBRAVER "1.3.28"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2005-05-04 11:48:14 $"
+#define ZEBRADATE "$Date: 2005-05-30 13:43:06 $"
 #endif
index afa29b0..4dd2645 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.10 2005-05-04 11:48:14 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.11 2005-05-30 13:43:06 adam Exp $
 
-!define VERSION "1.3.26"
+!define VERSION "1.3.28"
 
 !include "MUI.nsh"