From: Adam Dickmeiss Date: Thu, 20 Dec 2007 19:08:34 +0000 (+0000) Subject: Towards 2.0.22. X-Git-Tag: ZEBRA.2.0.22~2 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=527dab66d9847bb7f8a931c558306a070064bf25;hp=b1051b3d18e9d1ea529f5ac944aa0720206f96ad Towards 2.0.22. --- diff --git a/NEWS b/NEWS index a92ab9f..72e252a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 2.0.22 2007/12/20 + Handle encoding errors for strings passed to ICU. (assert was thrown earlier). diff --git a/configure.ac b/configure.ac index 235a47b..715f120 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.70 2007-12-20 11:03:53 adam Exp $ +dnl $Id: configure.ac,v 1.71 2007-12-20 19:08:35 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.21],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.22],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) diff --git a/include/idzebra/version.h b/include/idzebra/version.h index bd4da12..d60e463 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.29 2007-12-20 11:03:54 adam Exp $ +/* $Id: version.h,v 1.30 2007-12-20 19:08:35 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -27,10 +27,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL +#define ZEBRAVER "2.0.22" -#define ZEBRAVER "2.0.21" - -#define ZEBRADATE "$Date: 2007-12-20 11:03:54 $" +#define ZEBRADATE "$Date: 2007-12-20 19:08:35 $" /** \brief Returns Zebra version and system info. \param version_str buffer for version (at least 16 bytes)