From: Martin Mares Date: Fri, 13 Feb 2015 23:25:27 +0000 (+0100) Subject: Will release as v6.3 X-Git-Tag: v6.3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ffca75f7fa2a84a035b1aae87ae8c7dfaf186135;p=libucw.git Will release as v6.3 --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 65404cf1..7b3d8f2b 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.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");