From e56f2f24a85220e580e6a9b86e5700a29719d6bc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Mar 2003 20:58:08 +0000 Subject: [PATCH] Towards 1.3.8 --- configure.in | 4 ++-- debian/changelog | 6 ++++++ debian/rules | 2 +- include/zebraver.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 4fcefeb..9eab136 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index 85df360..f9f32dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.8-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 26 Mar 2003 21:57:20 +0100 + idzebra (1.3.7-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index be6872a..88d72c4 100755 --- a/debian/rules +++ b/debian/rules @@ -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") diff --git a/include/zebraver.h b/include/zebraver.h index 10607ba..68ffccc 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/win/zebra.nsi b/win/zebra.nsi index 04714a9..326ca15 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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" -- 1.7.10.4