Bump version and update Changes 0.001002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Dec 2017 17:31:09 +0000 (19:31 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Dec 2017 17:31:09 +0000 (19:31 +0200)
Changes
README
lib/Convert/Base91.pm

diff --git a/Changes b/Changes
index f9d2593c8c66862fc98358a4ec22b3942e5d23c8..f489356ba916ec3c20be7c8a8577367c050680c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Convert::Base91.
 
+0.001002 2017-12-30T19:31+03:00
+ - Attempt to fix compilation on case-insensitive filesystems
+ - Write a few extra tests
+
 0.001001 2017-12-22T19:21+03:00
  - Fix compilation on perls with -Dusemultiplicity
  - Write README
diff --git a/README b/README
index ba5a5bdcd901466c758ea11ff577244914c9bc96..6f034b34e616f9d5705c1eafec6edd42016c6dd3 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Convert-Base91 version 0.001001
+Convert-Base91 version 0.001002
 ===============================
 
 Base91 is a method for encoding binary data as printable ASCII
index 2acfc0509fcb0506e1b50d50f276eca9514e57d4..733cf5cadf8700166acc83d612d07fada1c4dcf0 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT_OK = qw/encode_base91 decode_base91/;
 our @EXPORT = ();
 
-our $VERSION = '0.001001';
+our $VERSION = '0.001002';
 
 require XSLoader;
 XSLoader::load('Convert::Base91', $VERSION);
This page took 0.012163 seconds and 4 git commands to generate.