diff --git a/Changes b/Changes index 55650f6..51be237 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ arclog change log -2020-02-06 +2020-02-06 version 3.05 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/arclog b/arclog index 05511b6..fd8f4e7 100755 --- a/arclog +++ b/arclog @@ -54,7 +54,7 @@ sub rel2abs($;$); our ($THIS_FILE, $VERBOSE); our ($VERSION); $THIS_FILE = basename($0); -$VERSION = "3.04"; +$VERSION = "3.05"; $VERBOSE = 1; our (%CONF, @LOGFILES, $THIS_MONTH, $PROGRESS_BAR);