From bb792e49972566e70629a5733da50c873bf607ab Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 4 Oct 2024 06:52:37 +0000 Subject: [PATCH] Released as 6.5.17. --- ucw/default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/default.cfg b/ucw/default.cfg index 98fd9b3f..72796d16 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -3,8 +3,8 @@ # (c) 2020--2024 Pavel Charvat # Version of the whole package -Set("UCW_VERSION" => "6.5.16"); -Set("UCW_VERSION_CODE" => 6005016); +Set("UCW_VERSION" => "6.5.17"); +Set("UCW_VERSION_CODE" => 6005017); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) Set("UCW_ABI_SUFFIX" => "-6.5"); -- 2.39.5