# Configuration variables of the UCW library and their default values
# (c) 2005--2015 Martin Mares <mj@ucw.cz>
-# (c) 2020 Pavel Charvat <pchar@ucw.cz>
+# (c) 2020--2022 Pavel Charvat <pchar@ucw.cz>
# Version of the whole package
-Set("UCW_VERSION" => "6.5.13");
-Set("UCW_VERSION_CODE" => 6005013);
+Set("UCW_VERSION" => "6.5.14");
+Set("UCW_VERSION_CODE" => 6005014);
# Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.)
Set("UCW_ABI_SUFFIX" => "-6.5");