From 40e9285259a3311feaffa3fa654f91b731684036 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Mon, 6 Apr 2009 19:38:55 -0700 Subject: [PATCH] version number changed to 4.0 --- free/WWW/libucw/index.html | 3 +-- free/libs/README | 4 ++-- free/libucw/README | 4 ++-- ucw/default.cfg | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/free/WWW/libucw/index.html b/free/WWW/libucw/index.html index cf1bbafe..52f2b9a7 100644 --- a/free/WWW/libucw/index.html +++ b/free/WWW/libucw/index.html @@ -87,8 +87,7 @@

Download

- Currently, only a beta-version (3.99) is available. - Expect a stable version once the beta version is tested and considered stable. + Currently, version 4.0 is available.

You can download it via HTTP or via FTP.

diff --git a/free/libs/README b/free/libs/README index b26d43f0..4bc91c89 100644 --- a/free/libs/README +++ b/free/libs/README @@ -1,5 +1,5 @@ -Sherlock Holmes Libraries 3.99 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Sherlock Holmes Libraries 4.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (c) 1997--2009 Martin Mares (c) 2000--2009 Robert Spalek (c) 2006--2009 Pavel Charvat diff --git a/free/libucw/README b/free/libucw/README index 67b35859..c2acf088 100644 --- a/free/libucw/README +++ b/free/libucw/README @@ -1,5 +1,5 @@ -The UCW Library 3.99 -~~~~~~~~~~~~~~~~~~~~ +The UCW Library 4.0 +~~~~~~~~~~~~~~~~~~~ (c) 1997--2008 Martin Mares (c) 2000--2008 Robert Spalek (c) 2006--2008 Pavel Charvat diff --git a/ucw/default.cfg b/ucw/default.cfg index 033b32da..b71a5494 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,8 +2,8 @@ # (c) 2005--2009 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.99.2"); -Set("SHERLOCK_VERSION_CODE" => 3099002); +Set("SHERLOCK_VERSION" => "4.0"); +Set("SHERLOCK_VERSION_CODE" => 4000000); Set("UCW_VERSION" => Get("SHERLOCK_VERSION")); Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE")); -- 2.39.2