]> mj.ucw.cz Git - libucw.git/commitdiff
Release: Increased version in default.cfg to 6.1. v6.1
authorPavel Charvat <pchar@ucw.cz>
Sat, 9 Aug 2014 18:49:29 +0000 (18:49 +0000)
committerPavel Charvat <pchar@ucw.cz>
Sat, 9 Aug 2014 18:49:29 +0000 (18:49 +0000)
ucw/default.cfg

index bc4d48b0d357806419d7db343a82264556961ef6..0384b95d2d9d30c9c1dac8b2137577e5dddd1dc7 100644 (file)
@@ -2,11 +2,11 @@
 # (c) 2005--2014 Martin Mares <mj@ucw.cz>
 
 # 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");