From 712226031c16536696c809523899e163471c6256 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 Mar 2003 09:57:26 +0000 Subject: [PATCH] 2.0.1 --- 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 73067f6..eb99f9c 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2003 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.109 2003-02-23 21:18:04 adam Exp $ +dnl $Id: configure.in,v 1.110 2003-03-25 09:57:26 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.0) +AM_INIT_AUTOMAKE(yaz, 2.0.1) dnl AC_SUBST(READLINE_LIBS) AC_SUBST(YAZ_CONF_CFLAGS) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 315a488..e3601fa 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data. * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.24 2003-02-23 21:18:04 adam Exp $ + * $Id: yaz-version.h,v 1.25 2003-03-25 09:57:26 adam Exp $ */ /* @@ -12,8 +12,8 @@ #include -#define YAZ_VERSION "2.0" -#define YAZ_VERSIONL 0x020000 +#define YAZ_VERSION "2.0.1" +#define YAZ_VERSIONL 0x020001 #define YAZ_DATE 1 -- 1.7.10.4