From a073dc58b9244c9a38e014d47363170771ced398 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Nov 2002 13:50:29 +0000 Subject: [PATCH] Increased version number --- configure.in | 4 ++-- debian/changelog | 6 ++++++ include/zebraver.h | 8 +++----- win/zebra.nsi | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/configure.in b/configure.in index 071de3b..f1aa8fb 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index 825a9a1..2b28a05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.4-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 26 Nov 2002 14:45:30 +0100 + idzebra (1.3.3-6) unstable; urgency=low * Another sort bug fix. diff --git a/include/zebraver.h b/include/zebraver.h index 95aa432..c9c4dea 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/win/zebra.nsi b/win/zebra.nsi index c56d29a..e8f4712 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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" -- 1.7.10.4