- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:27 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 363:ea1a2053ff99
user: ville
date: Thu Apr 22 19:55:15 2010 +0000
files: bin/checklink
description:
4.6.
diff -r 09e7c808ac61 -r ea1a2053ff99 bin/checklink
--- a/bin/checklink Thu Apr 22 19:46:51 2010 +0000
+++ b/bin/checklink Thu Apr 22 19:55:15 2010 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2010 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.193 2010-03-11 17:54:32 ville Exp $
+# $Id: checklink,v 4.194 2010-04-22 19:55:15 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -303,9 +303,9 @@
# Version info
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
- $VERSION = '4.5';
+ $VERSION = '4.6';
$REVISION = sprintf('version %s (c) 1999-2010 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.193 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.194 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf(
'%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver,
Received on Thursday, 5 August 2010 14:47:48 UTC