From: Marius Gavrilescu Date: Sat, 13 Jan 2018 19:55:04 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.002_001^0 X-Git-Url: http://git.ieval.ro/?p=slob.git;a=commitdiff_plain;h=ec907799c39caa310fcaf9db18e00d8a988fad60 Bump version and update Changes --- diff --git a/Changes b/Changes index b8d18c0..e3e157d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Slob. +0.002_001 2018-01-13T21:55+02:00 + - Make tests output more information to track down MSWin32 test failures + 0.002 2018-01-06T20:09+02:00 - Add bzip2 and zlib compression support diff --git a/README b/README index c33d586..036c3fb 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Slob version 0.002 -================== +Slob version 0.002_001 +====================== INSTALLATION diff --git a/lib/Slob.pm b/lib/Slob.pm index 9d78249..9e7c5a1 100644 --- a/lib/Slob.pm +++ b/lib/Slob.pm @@ -3,7 +3,7 @@ package Slob; use 5.014000; use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.002_001'; use constant MAGIC => "!-1SLOB\x1F";