From 4f101dda99c1240560edee5e4d92eb93f8793cc9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Feb 2012 19:53:49 +0100 Subject: [PATCH] Config: Updated UCW_VERSION and ..._CODE --- ucw/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.39.2