- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:07 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 160:c81b094f6aee
user: ville
date: Fri Mar 30 19:47:23 2007 +0000
files: bin/checklink
description:
2007, once more
diff -r 30c8cd866e39 -r c81b094f6aee bin/checklink
--- a/bin/checklink Fri Mar 30 19:42:09 2007 +0000
+++ b/bin/checklink Fri Mar 30 19:47:23 2007 +0000
@@ -2,10 +2,10 @@
#
# W3C Link Checker
# by Hugo Haas <hugo@w3.org>
-# (c) 1999-2006 World Wide Web Consortium
+# (c) 1999-2007 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.48 2007-03-30 19:42:09 ville Exp $
+# $Id: checklink,v 4.49 2007-03-30 19:47:23 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -128,7 +128,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.48 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.49 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
Received on Thursday, 5 August 2010 14:47:28 UTC