From 58dd808a7f4d7c69e8243b491a6cc35eea5275d0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Oct 2006 12:49:39 +0000 Subject: [PATCH 1/1] 2.1.35. --- configure.ac | 4 ++-- include/yaz/yaz-version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 80f4d8e..3826b29 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.41 2006-10-04 08:04:09 adam Exp $ +dnl $Id: configure.ac,v 1.42 2006-10-04 12:49:39 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.34],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[2.1.35],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index dd2ce63..e66fb6d 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.96 2006-10-04 08:04:09 adam Exp $ + * $Id: yaz-version.h,v 1.97 2006-10-04 12:49:40 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.1.34" -#define YAZ_VERSIONL 0x020122 +#define YAZ_VERSION "2.1.35" +#define YAZ_VERSIONL 0x020123 #define YAZ_DATE 1 -- 1.7.10.4