]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Released as 6.5.13.
[libucw.git] / ucw / default.cfg
index 7b3d8f2b366c2ef5878f3f41a47429f93b1f136e..3d4b48818fec4499860fd2bdc28d123869017309 100644 (file)
@@ -2,11 +2,11 @@
 # (c) 2005--2015 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("UCW_VERSION" => "6.3");
-Set("UCW_VERSION_CODE" => 6003000);
+Set("UCW_VERSION" => "6.5.13");
+Set("UCW_VERSION_CODE" => 6005013);
 
 # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.)
-Set("UCW_ABI_SUFFIX" => "-6.3");
+Set("UCW_ABI_SUFFIX" => "-6.5");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");