]> mj.ucw.cz Git - libucw.git/blobdiff - lib/default.cfg
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / default.cfg
index 6343f686fd210f35d98d14197a6012df793d4ee5..97c5a1bf06c83bd4fc18458ec193370e447e4443 100644 (file)
@@ -2,7 +2,7 @@
 # (c) 2005--2007 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.12");
+Set("SHERLOCK_VERSION" => "3.13");
 
 # 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;