From: Martin Mares Date: Sat, 11 Feb 2012 18:53:49 +0000 (+0100) Subject: Config: Updated UCW_VERSION and ..._CODE X-Git-Tag: v5.0~53 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4f101dda99c1240560edee5e4d92eb93f8793cc9;p=libucw.git Config: Updated UCW_VERSION and ..._CODE --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 63a0ef8a..75fb6353 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -1,9 +1,9 @@ # Configuration variables of the UCW library and their default values -# (c) 2005--2010 Martin Mares +# (c) 2005--2012 Martin Mares # Version of the whole package -Set("UCW_VERSION" => "4.0.1-dev"); -Set("UCW_VERSION_CODE" => 4000001); +Set("UCW_VERSION" => "5.0-dev"); +Set("UCW_VERSION_CODE" => 5000000); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG");