From: Martin Mares Date: Fri, 17 Jul 2015 14:23:08 +0000 (+0200) Subject: Released libucw-6.5 X-Git-Tag: v6.5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7b959422e623398479913ca179b8b55706b56c8f;p=libucw.git Released libucw-6.5 --- 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");