]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Forgot to change version
authorJari Matilainen <redacted>
Sat, 7 Jan 2017 11:52:46 +0000 (11:52 +0000)
committerJari Matilainen <redacted>
Sat, 7 Jan 2017 11:52:46 +0000 (11:52 +0000)
scripts/logcompress_perl.pl

index 37395b5087c963efb3aa07a7dbd5c4b594f7aca5..d75755a1ced54800d527fe3d8bdff0c599b3fb83 100644 (file)
@@ -4,7 +4,7 @@ use Irssi;
 use IO::Compress::Gzip qw(gzip $GzipError);
 use vars qw($VERSION %IRSSI);
 
-$VERSION = "0.01";
+$VERSION = "0.02";
 %IRSSI = (
     authors    => 'vague',
     contact    => 'vague!#irssi@fgreenode',
@@ -12,7 +12,7 @@ $VERSION = "0.01";
     description        => "compress logfiles then they're rotated, modified from original logcompress.pl to use perl modules instead",
     license    => "Public Domain",
     url                => "http://irssi.org/",
-    changed    => "2016-01-31T01:45+0100"
+    changed    => "2017-01-07T12:00+0100"
 );
 
 sub sig_rotate {
git clone https://git.99rst.org/PROJECT