]> mj.ucw.cz Git - libucw.git/commitdiff
Released as 6.5.14. v6.5.14
authorPavel Charvat <pchar@ucw.cz>
Wed, 23 Mar 2022 11:28:44 +0000 (11:28 +0000)
committerPavel Charvat <pchar@ucw.cz>
Wed, 23 Mar 2022 11:28:44 +0000 (11:28 +0000)
ucw/default.cfg

index a0441b0fb295a052b461c57d122d1bf15a8f87b7..825baeb1820cc15b3983901fbbdd4b0f99721ec0 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 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");