]> mj.ucw.cz Git - libucw.git/commitdiff
Released libucw-6.5 v6.5
authorMartin Mares <mj@ucw.cz>
Fri, 17 Jul 2015 14:23:08 +0000 (16:23 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 17 Jul 2015 14:23:08 +0000 (16:23 +0200)
ucw/default.cfg

index 06ac80b1f0735583c2169c99b41742d8d09cbb87..d6c244ea0d3136f61798d1ccb0cd7b62bb41a795 100644 (file)
@@ -2,11 +2,11 @@
 # (c) 2005--2015 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("UCW_VERSION" => "6.4");
-Set("UCW_VERSION_CODE" => 6004000);
+Set("UCW_VERSION" => "6.5");
+Set("UCW_VERSION_CODE" => 6005000);
 
 # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.)
-Set("UCW_ABI_SUFFIX" => "-6.4");
+Set("UCW_ABI_SUFFIX" => "-6.5");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");