From f45b03298650335b45eba7d2aa4c6cbb9c59452e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 30 Oct 2008 21:45:06 +0100 Subject: [PATCH] Added cpp-parseable version string to autoconf.h. --- ucw/default.cfg | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2