From 44319ea2e76c8e53ceac85188f7bed0304f84767 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 16 Jun 2006 10:19:23 +0000 Subject: [PATCH] Internal version 2.1.23. --- configure.ac | 4 ++-- debian/changelog | 6 ++++++ debian/rules | 2 +- include/yaz/yaz-version.h | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index ca269ec..2b9cc87 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.25 2006-06-15 13:38:05 adam Exp $ +dnl $Id: configure.ac,v 1.26 2006-06-16 10:19:23 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.22],[adam@indexdata.dk]) +AC_INIT([yaz],[2.1.23],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index bd770c9..5525718 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (2.1.23-1) unstable; urgency=low + + * Internal build to work with bug #612. + + -- Adam Dickmeiss Fri, 16 Jun 2006 12:07:10 +0200 + yaz (2.1.22-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 5dd4035..993d615 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz (>= 2.1.19)' + dh_makeshlibs -V 'libyaz (>= 2.1.22)' dh_installdeb dh_shlibdeps -l debian/libyaz/usr/lib dh_gencontrol diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 3d6ccf3..20a49d5 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.84 2006-06-15 13:38:06 adam Exp $ + * $Id: yaz-version.h,v 1.85 2006-06-16 10:19:31 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.1.22" -#define YAZ_VERSIONL 0x020116 +#define YAZ_VERSION "2.1.23" +#define YAZ_VERSIONL 0x020117 #define YAZ_DATE 1 -- 1.7.10.4