]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Merge branch 'dev-lib'
[libucw.git] / ucw / default.cfg
index 5fc8a98eaf971e520f6c936f1c138a75a8d7fb25..f042800fa6bd0e285e15a62013f79c0ec1387e92 100644 (file)
@@ -2,8 +2,8 @@
 # (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_CODE" => 3013000);
+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"));
 
 Set("UCW_VERSION" => Get("SHERLOCK_VERSION"));
 Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE"));
 
@@ -47,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;