From 5ff4d1925d4dbfb40fcc179ce898f9cecc614373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 6 Feb 2021 23:32:43 +0800 Subject: [PATCH] Advanced to version 3.10. --- Changes | 2 +- chklinks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b14c377..3f2e6bd 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ chklinks change log -2020-02-06 +2020-02-06 version 3.10 1. Replaced the messy GNU-styled, multi-lingual documents with a single Markdown README.md. 2. Added the GitHub repository to the document, and removed the diff --git a/chklinks b/chklinks index 3e723ba..d5a72ae 100755 --- a/chklinks +++ b/chklinks @@ -49,7 +49,7 @@ sub rep_uri($); our ($THIS_FILE, $VERSION, $VERBOSE); $THIS_FILE = basename($0); -$VERSION = "3.09"; +$VERSION = "3.10"; $VERBOSE = 1; our (@STARTS, $RECURSIVE, $PARENT, $IS_LOCAL, @EXCLUDES);