From 999c147df0180092e5a64de90e58c2a1a15a0018 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 May 2005 13:43:06 +0000 Subject: [PATCH] Towards 1.3.28 --- configure.in | 4 ++-- debian/changelog | 6 ++++++ include/zebraver.h | 8 ++++---- win/zebra.nsi | 4 ++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 33717de..07e4797 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index d917baa..99656ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.28-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 30 May 2005 15:42:29 +0200 + idzebra (1.3.26-1) unstable; urgency=low * Upstream. diff --git a/include/zebraver.h b/include/zebraver.h index 3235ecc..7b9c88d 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/win/zebra.nsi b/win/zebra.nsi index afa29b0..4dd2645 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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" -- 1.7.10.4