From 7b959422e623398479913ca179b8b55706b56c8f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 17 Jul 2015 16:23:08 +0200 Subject: [PATCH] Released libucw-6.5 --- ucw/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucw/default.cfg b/ucw/default.cfg index 06ac80b1..d6c244ea 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.4"); -Set("UCW_VERSION_CODE" => 6004000); +Set("UCW_VERSION" => "6.5"); +Set("UCW_VERSION_CODE" => 6005000); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) -Set("UCW_ABI_SUFFIX" => "-6.4"); +Set("UCW_ABI_SUFFIX" => "-6.5"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); -- 2.39.2