Revert "Advanced to version 3.06."

This reverts commit b5fdd9c0a5.
This commit is contained in:
依瑪貓 2022-03-19 10:15:14 +08:00
parent aaa5b34074
commit 4563fa362f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
arclog change log
2022-03-19 version 3.06
2022-03-19
1. Added support for the xz compression.
2. Replaced Compress::Zlib with IO::Compress::Gzip and
IO::Uncompress::Gunzip.

2
arclog
View File

@ -54,7 +54,7 @@ sub rel2abs($;$);
our ($THIS_FILE, $VERBOSE);
our ($VERSION);
$THIS_FILE = basename($0);
$VERSION = "3.06";
$VERSION = "3.05";
$VERBOSE = 1;
our (%CONF, @LOGFILES, $THIS_MONTH, $PROGRESS_BAR);