From 3e21a17a5fbbdcacf674a943ce681207d72ce263 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 May 2005 12:19:15 +0000 Subject: [PATCH] Bump version to 2.1.5 --- 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 b5d28f6..9a7a0f7 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2005 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.176 2005-04-26 18:46:42 adam Exp $ +dnl $Id: configure.in,v 1.177 2005-05-11 12:19:15 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.1.4) +AM_INIT_AUTOMAKE(yaz, 2.1.5) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 3290445..d132bf2 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.66 2005-04-26 18:46:42 adam Exp $ + * $Id: yaz-version.h,v 1.67 2005-05-11 12:19:15 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.1.4" -#define YAZ_VERSIONL 0x020104 +#define YAZ_VERSION "2.1.5" +#define YAZ_VERSIONL 0x020105 #define YAZ_DATE 1 -- 1.7.10.4