From: Adam Dickmeiss Date: Tue, 25 Mar 2003 09:57:26 +0000 (+0000) Subject: 2.0.1 X-Git-Tag: YAZ.2.0.1~31 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=712226031c16536696c809523899e163471c6256 2.0.1 --- 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