]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Released as 6.5.13.
[libucw.git] / ucw / default.cfg
index bc4d48b0d357806419d7db343a82264556961ef6..3d4b48818fec4499860fd2bdc28d123869017309 100644 (file)
@@ -1,12 +1,12 @@
 # Configuration variables of the UCW library and their default values
-# (c) 2005--2014 Martin Mares <mj@ucw.cz>
+# (c) 2005--2015 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.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.0");
+Set("UCW_ABI_SUFFIX" => "-6.5");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");