From 0c494663a9a07cf01455ffe3b75689b7fac35b3b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Feb 2006 13:02:55 +0000 Subject: [PATCH] 2.1.13 --- configure.in | 4 ++-- include/yaz/yaz-version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index d81e3e5..8a50d8e 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.190 2006-02-01 20:11:22 adam Exp $ +dnl $Id: configure.in,v 1.191 2006-02-02 13:02:55 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.1.12) +AM_INIT_AUTOMAKE(yaz, 2.1.13) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 14b7ab3..683c08a 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.74 2006-02-01 20:11:22 adam Exp $ + * $Id: yaz-version.h,v 1.75 2006-02-02 13:02:55 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.1.12" -#define YAZ_VERSIONL 0x02010C +#define YAZ_VERSION "2.1.13" +#define YAZ_VERSIONL 0x02010D #define YAZ_DATE 1 -- 1.7.10.4