From ec907799c39caa310fcaf9db18e00d8a988fad60 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 13 Jan 2018 21:55:04 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/Slob.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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"; -- 2.30.2