- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:03 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 122:393c68a1ab5f user: ville date: Wed Apr 27 15:17:13 2005 +0000 files: META.yml bin/checklink description: Release 4.2. diff -r 1d8c6cf5fabd -r 393c68a1ab5f META.yml --- a/META.yml Thu Apr 21 13:44:18 2005 +0000 +++ b/META.yml Wed Apr 27 15:17:13 2005 +0000 @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: W3C-LinkChecker -version: 4.1 +version: 4.2 version_from: bin/checklink installdirs: site requires: diff -r 1d8c6cf5fabd -r 393c68a1ab5f bin/checklink --- a/bin/checklink Thu Apr 21 13:44:18 2005 +0000 +++ b/bin/checklink Wed Apr 27 15:17:13 2005 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2005 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.19 2005-04-21 13:44:18 ville Exp $ +# $Id: checklink,v 4.20 2005-04-27 15:17:13 ville Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -116,9 +116,9 @@ # Version info $PACKAGE = 'W3C Link Checker'; $PROGRAM = 'W3C-checklink'; - $VERSION = '4.1'; + $VERSION = '4.2'; $REVISION = sprintf('version %s (c) 1999-2005 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.19 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.20 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
Received on Thursday, 5 August 2010 14:47:21 UTC