From ae141e38583b7c31bdaccdb67b1a2098890f34ec Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Aug 2006 20:35:02 +0000 Subject: [PATCH] Version 2.1.25. --- 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 ed3fd70..f0c87f9 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.29 2006-08-08 08:41:09 adam Exp $ +dnl $Id: configure.ac,v 1.30 2006-08-08 20:35:02 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.24],[adam@indexdata.dk]) +AC_INIT([yaz],[2.1.25],[adam@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 be1f122..53ec986 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.86 2006-08-08 08:41:11 adam Exp $ + * $Id: yaz-version.h,v 1.87 2006-08-08 20:35:02 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.1.24" -#define YAZ_VERSIONL 0x020118 +#define YAZ_VERSION "2.1.25" +#define YAZ_VERSIONL 0x020119 #define YAZ_DATE 1 -- 1.7.10.4