]> mj.ucw.cz Git - libucw.git/commitdiff
Will release as v6.3 v6.3
authorMartin Mares <mj@ucw.cz>
Fri, 13 Feb 2015 23:25:27 +0000 (00:25 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 13 Feb 2015 23:25:27 +0000 (00:25 +0100)
ucw/default.cfg

index 65404cf12c1074aa47dd2ce8541b0cf0b868135b..7b3d8f2b366c2ef5878f3f41a47429f93b1f136e 100644 (file)
@@ -2,11 +2,11 @@
 # (c) 2005--2015 Martin Mares <mj@ucw.cz>
 
 # 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");