Bump version and update Changes 0.002_001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Jan 2018 19:55:04 +0000 (21:55 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Jan 2018 19:55:04 +0000 (21:55 +0200)
Changes
README
lib/Slob.pm

diff --git a/Changes b/Changes
index b8d18c06062620a2b80a1cb8194626bd367741ae..e3e157df722a1108eeaad12b3d35ad73ff0ef7a7 100644 (file)
--- 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 c33d5860f81b1cd2ce5b0afd6b48db39149b7ebc..036c3fb651c165a6835a629a673b189bc9c57453 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Slob version 0.002
-==================
+Slob version 0.002_001
+======================
 
 INSTALLATION
 
index 9d7824991469615e88ee8128715618cdd9e30f60..9e7c5a119013345c73fdc3c944b00257af65081e 100644 (file)
@@ -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";
 
This page took 0.012585 seconds and 4 git commands to generate.