From 279d943d40afb28a610b9b5bb3598af4ce54c7d8 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:31:51 +0800 Subject: [PATCH] Advanced to version 3.05. --- Changes | 2 +- arclog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);