From ffca75f7fa2a84a035b1aae87ae8c7dfaf186135 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 14 Feb 2015 00:25:27 +0100 Subject: [PATCH] Will release as v6.3 --- ucw/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.39.2