From d43eb24297871844e84a6854c6ecb7b9c8ab806e Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sat, 9 Aug 2014 18:49:29 +0000 Subject: [PATCH] Release: Increased version in default.cfg to 6.1. --- ucw/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucw/default.cfg b/ucw/default.cfg index bc4d48b0..0384b95d 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,11 +2,11 @@ # (c) 2005--2014 Martin Mares # Version of the whole package -Set("UCW_VERSION" => "6.0-dev"); -Set("UCW_VERSION_CODE" => 6000000); +Set("UCW_VERSION" => "6.1-dev"); +Set("UCW_VERSION_CODE" => 6001000); # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.) -Set("UCW_ABI_SUFFIX" => "-6.0"); +Set("UCW_ABI_SUFFIX" => "-6.1"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); -- 2.39.2