From 11b2bb8143a6831d797df9f042ade8078f465802 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 4 Jan 2005 09:41:34 +0000 Subject: [PATCH] Bump version to 2.0.31 --- 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 4b16380..ddce49a 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2004 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.163 2005-01-03 13:28:35 adam Exp $ +dnl $Id: configure.in,v 1.164 2005-01-04 09:41:34 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.0.30) +AM_INIT_AUTOMAKE(yaz, 2.0.31) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index d5601f3..a79b775 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.56 2005-01-03 13:28:36 adam Exp $ + * $Id: yaz-version.h,v 1.57 2005-01-04 09:41:34 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.0.30" -#define YAZ_VERSIONL 0x02001E +#define YAZ_VERSION "2.0.31" +#define YAZ_VERSIONL 0x02001F #define YAZ_DATE 1 -- 1.7.10.4