From 2407cf36ac1dfe34cbfc2a5d1c1695976233e611 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Jan 2005 10:10:00 +0000 Subject: [PATCH] Bump version to 2.0.33 --- 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 b876887..884c03f 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.168 2005-01-16 21:51:49 adam Exp $ +dnl $Id: configure.in,v 1.169 2005-01-17 10:10:00 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.0.32) +AM_INIT_AUTOMAKE(yaz, 2.0.33) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 44680f0..791e590 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.59 2005-01-15 19:47:10 adam Exp $ + * $Id: yaz-version.h,v 1.60 2005-01-17 10:10:00 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.0.32" -#define YAZ_VERSIONL 0x020020 +#define YAZ_VERSION "2.0.33" +#define YAZ_VERSIONL 0x020021 #define YAZ_DATE 1 -- 1.7.10.4