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);