X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdefault.cfg;h=f042800fa6bd0e285e15a62013f79c0ec1387e92;hb=b9db3187d404ffec3840f9a3ffc237fb9523de79;hp=cb6e346171b80164f5da157093a33fbaf8f3f1c2;hpb=a9a21e8dbd6782e71283171be9ddc0d908c69626;p=libucw.git diff --git a/ucw/default.cfg b/ucw/default.cfg index cb6e3461..f042800f 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,7 +2,10 @@ # (c) 2005--2008 Martin Mares # 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"); @@ -44,5 +47,8 @@ UnSet("DEFAULT_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;