From 68b883e5292d11aaea71c201a00785b50704094f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 8 Apr 2015 14:20:02 +0200 Subject: [PATCH] Will release as v6.4 --- ucw/default.cfg | 6 +++--- ucw/doc/relnotes.txt | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ucw/default.cfg b/ucw/default.cfg index 7b3d8f2b..06ac80b1 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,11 +2,11 @@ # (c) 2005--2015 Martin Mares # Version of the whole package -Set("UCW_VERSION" => "6.3"); -Set("UCW_VERSION_CODE" => 6003000); +Set("UCW_VERSION" => "6.4"); +Set("UCW_VERSION_CODE" => 6004000); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) -Set("UCW_ABI_SUFFIX" => "-6.3"); +Set("UCW_ABI_SUFFIX" => "-6.4"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 1a454730..888edf96 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -1,6 +1,10 @@ Release notes ============= +6.4 (2015-04-08) +---------------- +* Fixed several minor bugs in the <> module. + 6.3 (2015-02-14) ---------------- * Cleaned up and documented the <<../ucw-xml/index:,LibUCW-XML>> companion -- 2.39.2