# (c) 2005--2015 Martin Mares <mj@ucw.cz>
# Version of the whole package
-Set("UCW_VERSION" => "6.2");
-Set("UCW_VERSION_CODE" => 6002000);
+Set("UCW_VERSION" => "6.3");
+Set("UCW_VERSION_CODE" => 6003000);
# Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.)
-Set("UCW_ABI_SUFFIX" => "-6.2");
+Set("UCW_ABI_SUFFIX" => "-6.3");
# Compile everything with debug information and ASSERT's
UnSet("CONFIG_DEBUG");