]> mj.ucw.cz Git - libucw.git/commitdiff
Released as 6.5.16. master v6.5.16
authorPavel Charvat <pchar@ucw.cz>
Wed, 21 Feb 2024 18:42:29 +0000 (18:42 +0000)
committerPavel Charvat <pchar@ucw.cz>
Wed, 21 Feb 2024 18:42:29 +0000 (18:42 +0000)
ucw/default.cfg

index 825baeb1820cc15b3983901fbbdd4b0f99721ec0..98fd9b3f6c7c6fe0463fd6d22fbedd3f6e85e22b 100644 (file)
@@ -1,10 +1,10 @@
 # Configuration variables of the UCW library and their default values
 # (c) 2005--2015 Martin Mares <mj@ucw.cz>
-# (c) 2020--2022 Pavel Charvat <pchar@ucw.cz>
+# (c) 2020--2024 Pavel Charvat <pchar@ucw.cz>
 
 # 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");