From: Martin Mares Date: Thu, 30 Oct 2008 20:45:06 +0000 (+0100) Subject: Added cpp-parseable version string to autoconf.h. X-Git-Tag: holmes-import~227^2~5^2~10 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f45b03298650335b45eba7d2aa4c6cbb9c59452e;p=libucw.git Added cpp-parseable version string to autoconf.h. --- diff --git a/ucw/default.cfg b/ucw/default.cfg index cb6e3461..6ff7cdeb 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -3,6 +3,7 @@ # Version of the whole package Set("SHERLOCK_VERSION" => "3.13-dev"); +Set("SHERLOCK_VERSION_CODE" => 3013000); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG");