From 9ac4d2ad3fedb39d25d065a14667c183f9da7cae Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 22 Feb 2009 18:34:40 +0100 Subject: [PATCH] Forgot to update SHERLOCK_VERSION. --- ucw/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucw/default.cfg b/ucw/default.cfg index 9ce2ae4f..033b32da 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--2008 Martin Mares +# (c) 2005--2009 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.99.1"); -Set("SHERLOCK_VERSION_CODE" => 3099001); +Set("SHERLOCK_VERSION" => "3.99.2"); +Set("SHERLOCK_VERSION_CODE" => 3099002); Set("UCW_VERSION" => Get("SHERLOCK_VERSION")); Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE")); -- 2.39.2