From 57a8ebc46aff189207f1518cf7e21100464ffb79 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Mar 2007 08:54:13 +0000 Subject: [PATCH] YAZ 2.1.53. --- 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 e3a1f57..ee19ae4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.66 2007-03-07 08:05:25 adam Exp $ +dnl $Id: configure.ac,v 1.67 2007-03-07 08:54:13 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.52],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[2.1.53],[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 d2fc13c..59c82fe 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.116 2007-03-07 08:05:25 adam Exp $ */ +/* $Id: yaz-version.h,v 1.117 2007-03-07 08:54:13 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "2.1.52" -#define YAZ_VERSIONL 0x020134 +#define YAZ_VERSION "2.1.53" +#define YAZ_VERSIONL 0x020135 #define YAZ_DATE 1 -- 1.7.10.4