Advanced to version 3.18.

This commit is contained in:
依瑪貓 2022-03-19 21:50:18 +08:00
parent fd0c953014
commit 21fe1bfd33
2 changed files with 2 additions and 2 deletions

View File

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

2
reslog
View File

@ -50,7 +50,7 @@ use IO::Handle;
our ($THIS_FILE, $VERBOSE); our ($THIS_FILE, $VERBOSE);
our ($VERSION); our ($VERSION);
$THIS_FILE = basename($0); $THIS_FILE = basename($0);
$VERSION = "3.17"; $VERSION = "3.18";
$VERBOSE = 1; $VERBOSE = 1;
# Constants # Constants