From: Pavel Charvat Date: Wed, 21 Feb 2024 18:42:29 +0000 (+0000) Subject: Released as 6.5.16. X-Git-Tag: v6.5.16 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv6.5.16;p=libucw.git Released as 6.5.16. --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 825baeb1..98fd9b3f 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -1,10 +1,10 @@ # Configuration variables of the UCW library and their default values # (c) 2005--2015 Martin Mares -# (c) 2020--2022 Pavel Charvat +# (c) 2020--2024 Pavel Charvat # Version of the whole package -Set("UCW_VERSION" => "6.5.14"); -Set("UCW_VERSION_CODE" => 6005014); +Set("UCW_VERSION" => "6.5.16"); +Set("UCW_VERSION_CODE" => 6005016); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) Set("UCW_ABI_SUFFIX" => "-6.5");