- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:01 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 98:912ddbf6f4d4
user: ville
date: Tue Jul 20 14:57:24 2004 +0000
files: bin/checklink
description:
Release 4.0.
diff -r 2d0ecd3de880 -r 912ddbf6f4d4 bin/checklink
--- a/bin/checklink Sun Jul 11 19:19:23 2004 +0000
+++ b/bin/checklink Tue Jul 20 14:57:24 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.3 2004-07-11 19:19:23 ville Exp $
+# $Id: checklink,v 4.4 2004-07-20 14:57:24 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -111,8 +111,8 @@
# Version info
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
- $VERSION = '4.0-dev';
- my ($cvsver) = q$Revision: 4.3 $ =~ /(\d+[\d\.]*\.\d+)/;
+ $VERSION = '4.0';
+ my ($cvsver) = q$Revision: 4.4 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $cvsver);
$AGENT = sprintf('%s/%s [%s] %s',
Received on Thursday, 5 August 2010 14:47:08 UTC