From 21fe1bfd33d46594a125a31e078056a92a2391f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 19 Mar 2022 21:50:18 +0800 Subject: [PATCH] Advanced to version 3.18. --- Changes | 2 +- reslog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 451b176..a4ade73 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ reslog change log -2022-03-19 +2022-03-19 version 3.18 1. Added support for the xz compression. 2. Replaced Compress::Zlib with IO::Compress::Gzip and IO::Uncompress::Gunzip. diff --git a/reslog b/reslog index 78fb4c7..348ff22 100755 --- a/reslog +++ b/reslog @@ -50,7 +50,7 @@ use IO::Handle; our ($THIS_FILE, $VERBOSE); our ($VERSION); $THIS_FILE = basename($0); -$VERSION = "3.17"; +$VERSION = "3.18"; $VERBOSE = 1; # Constants