]> mj.ucw.cz Git - libucw.git/commitdiff
Added cpp-parseable version string to autoconf.h.
authorMartin Mares <mj@ucw.cz>
Thu, 30 Oct 2008 20:45:06 +0000 (21:45 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 30 Oct 2008 20:45:06 +0000 (21:45 +0100)
ucw/default.cfg

index cb6e346171b80164f5da157093a33fbaf8f3f1c2..6ff7cdeb11e45bba9ab10c6f817372bb0fd74ac6 100644 (file)
@@ -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");