From 579c5c2ee7d0d8aa67af7092e46158187cc27b99 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Feb 2003 21:13:37 +0000 Subject: [PATCH] Bump version --- CHANGELOG | 4 +++- README | 4 ++-- configure.in | 6 +++--- debian/changelog | 6 +++--- debian/copyright | 6 +++--- debian/rules | 2 +- include/zebraver.h | 8 ++++---- recctrl/recgrs.c | 4 ++-- win/zebra.nsi | 4 ++-- 9 files changed, 23 insertions(+), 21 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 26164bf..a50e633 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ ---- 1.3.5 2003/MM/DD +--- 1.3.5 2003/02/20 + +Updated for newer version of YAZ (introduction of string schema). Directory examples/zthes now part of distribution (was missing in previous release). diff --git a/README b/README index bc22559..8ca0769 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Zebra server, - Copyright (c) 1995-2002, Index Data ApS + Copyright (c) 1995-2003, Index Data ApS Introduction ------------ @@ -37,4 +37,4 @@ We maintain a mailing-list for the purpose of announcing new versions of the software, bug-reports, discussion etc. You can sign up at the URL http://www.indexdata.dk/mailman/listinfo/zebralist -$Id: README,v 1.16 2002-08-05 08:11:17 quinn Exp $ +$Id: README,v 1.17 2003-02-20 21:13:37 adam Exp $ diff --git a/configure.in b/configure.in index 7c299af..87d1a50 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ -dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.64 2003-02-20 21:06:47 adam Exp $ +dnl Zebra, Index Data Aps, 1995-2003 +dnl $Id: configure.in,v 1.65 2003-02-20 21:13:37 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.4) +AM_INIT_AUTOMAKE(idzebra,1.3.5) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/debian/changelog b/debian/changelog index ef180dd..76b5511 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -idzebra (1.3.4-3) unstable; urgency=low +idzebra (1.3.5-1) unstable; urgency=low - * Updated for YAZ 1.9.3. + * Updated for YAZ 1.9.3+. - -- Adam Dickmeiss Tue, 18 Feb 2003 13:05:19 +0100 + -- Adam Dickmeiss Tue, 20 Thu 2003 16:54:18 +0100 idzebra (1.3.4-2) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 8ef1e3b..a7df4b1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ This package was created by Adam Dickmeiss on -Wed, 5 Sep 2002 16:33:09 +0100. +Thu, 20 Feb 2003 16:57:51 +0100. It was downloaded from http://ftp.indexdata.dk/pub/zebra/ Copyright: -Copyright (c) 1995-2002 Index Data ApS. +Copyright (c) 1995-2003 Index Data ApS. You are free to distribute this software under the terms of the GNU General Public License. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. -$Id: copyright,v 1.1 2002-09-11 20:27:53 adam Exp $ +$Id: copyright,v 1.2 2003-02-20 21:13:37 adam Exp $ diff --git a/debian/rules b/debian/rules index 1f548bd..a202610 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ else MCFLAGS= endif -ZEBRA_VERSION=1.3.3 +ZEBRA_VERSION=1.3.5 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 c9c4dea..8facff5 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,5 +1,5 @@ -/* $Id: zebraver.h,v 1.26 2002-11-26 13:50:29 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: zebraver.h,v 1.27 2003-02-20 21:13:37 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 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.4" +#define ZEBRAVER "1.3.5" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2002-11-26 13:50:29 $" +#define ZEBRADATE "$Date: 2003-02-20 21:13:37 $" #endif diff --git a/recctrl/recgrs.c b/recctrl/recgrs.c index 613e8e3..c024bd4 100644 --- a/recctrl/recgrs.c +++ b/recctrl/recgrs.c @@ -1,5 +1,5 @@ -/* $Id: recgrs.c,v 1.73 2003-02-18 11:57:58 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: recgrs.c,v 1.74 2003-02-20 21:13:37 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps This file is part of the Zebra server. diff --git a/win/zebra.nsi b/win/zebra.nsi index e8f4712..3859821 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.8 2002-11-26 13:50:29 adam Exp $ +; $Id: zebra.nsi,v 1.9 2003-02-20 21:13:37 adam Exp $ -!define VERSION "1.3.4" +!define VERSION "1.3.5" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" -- 1.7.10.4