- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:54 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 30:9280e1e95f58
user: ville
date: Wed Mar 31 19:27:36 2004 +0000
files: bin/checklink
description:
Release 3.9.2.
diff -r 02c9e99f0c62 -r 9280e1e95f58 bin/checklink
--- a/bin/checklink Wed Mar 31 19:25:59 2004 +0000
+++ b/bin/checklink Wed Mar 31 19:27:36 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.16 2004-03-31 19:04:43 ville Exp $
+# $Id: checklink,v 3.17 2004-03-31 19:27:36 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -91,8 +91,8 @@
# Version info
$PROGRAM = 'W3C checklink';
($AGENT = $PROGRAM) =~ s/\s+/-/g;
- $VERSION = '3.9.1';
- ($CVS_VERSION) = q$Revision: 3.16 $ =~ /(\d+[\d\.]*\.\d+)/;
+ $VERSION = '3.9.2';
+ ($CVS_VERSION) = q$Revision: 3.17 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $CVS_VERSION);
Received on Thursday, 5 August 2010 14:47:06 UTC