From: Adam Dickmeiss Date: Mon, 29 Dec 2008 15:54:52 +0000 (+0100) Subject: Version 3.0.41. X-Git-Tag: v3.0.41 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=13a673b4f079ff0ba43b76cd07c1e34c3c932a2a Version 3.0.41. --- diff --git a/NEWS b/NEWS index db0b457..a0f3264 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 3.0.41 2008/12/29 + +Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too. + --- 3.0.40 2008/12/29 For configure, using option --without-xml2 also disables Libxslt/Libexslt diff --git a/configure.ac b/configure.ac index 70fad35..521d05f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2008 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.40],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.41],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9])