From 757531032a9fb869bc511a9b53831977738a3721 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Dec 2006 08:48:30 +0000 Subject: [PATCH] 2.1.43 --- 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 d027b7c..0ea8585 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.51 2006-12-17 16:28:16 adam Exp $ +dnl $Id: configure.ac,v 1.52 2006-12-18 08:48:30 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.42],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[2.1.43],[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 fdf3767..1500734 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-version.h,v 1.106 2006-12-17 16:28:17 adam Exp $ */ +/* $Id: yaz-version.h,v 1.107 2006-12-18 08:48:30 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "2.1.42" -#define YAZ_VERSIONL 0x02012A +#define YAZ_VERSION "2.1.43" +#define YAZ_VERSIONL 0x02012B #define YAZ_DATE 1 -- 1.7.10.4