]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Merge branch 'dev-lib'
[libucw.git] / ucw / default.cfg
index cb6e346171b80164f5da157093a33fbaf8f3f1c2..f042800fa6bd0e285e15a62013f79c0ec1387e92 100644 (file)
@@ -2,7 +2,10 @@
 # (c) 2005--2008 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
 # (c) 2005--2008 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.13-dev");
+Set("SHERLOCK_VERSION" => "3.99.1");
+Set("SHERLOCK_VERSION_CODE" => 3099001);
+Set("UCW_VERSION" => Get("SHERLOCK_VERSION"));
+Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE"));
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -44,5 +47,8 @@ UnSet("DEFAULT_CONFIG");
 # Environment variable with configuration file
 UnSet("ENV_VAR_CONFIG");
 
 # Environment variable with configuration file
 UnSet("ENV_VAR_CONFIG");
 
+# Use obsolete URL escaping rules (if you need behavior identical to the older versions of libucw)
+UnSet("CONFIG_URL_ESCAPE_COMPAT");
+
 # Return success
 1;
 # Return success
 1;