X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdefault.cfg;h=4aafcb124f80f21fc9067062aac96472bb18d73d;hb=3d7098f19d62bb9000048d1f36a2091e0fc263b0;hp=6343f686fd210f35d98d14197a6012df793d4ee5;hpb=95e75585480da6220da367e594e19e93470bd78f;p=libucw.git diff --git a/lib/default.cfg b/lib/default.cfg index 6343f686..4aafcb12 100644 --- a/lib/default.cfg +++ b/lib/default.cfg @@ -2,7 +2,7 @@ # (c) 2005--2007 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.12"); +Set("SHERLOCK_VERSION" => "3.12.1"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); @@ -45,3 +45,6 @@ UnSet("DEFAULT_CONFIG"); # Environment variable with configuration file UnSet("ENV_VAR_CONFIG"); + +# Return success +1;