X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdefault.cfg;h=d6c244ea0d3136f61798d1ccb0cd7b62bb41a795;hb=7b959422e623398479913ca179b8b55706b56c8f;hp=06ac80b1f0735583c2169c99b41742d8d09cbb87;hpb=e2ab0da8cb082e4dc2e019bd21b33780182407b0;p=libucw.git diff --git a/ucw/default.cfg b/ucw/default.cfg index 06ac80b1..d6c244ea 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,11 +2,11 @@ # (c) 2005--2015 Martin Mares # Version of the whole package -Set("UCW_VERSION" => "6.4"); -Set("UCW_VERSION_CODE" => 6004000); +Set("UCW_VERSION" => "6.5"); +Set("UCW_VERSION_CODE" => 6005000); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) -Set("UCW_ABI_SUFFIX" => "-6.4"); +Set("UCW_ABI_SUFFIX" => "-6.5"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG");