In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/bcb52d7e92bab55054013e0b3077bf92044c4659?hp=bc1767aa26319247b21d0a61f937739a53a27082>

- Log -----------------------------------------------------------------
commit bcb52d7e92bab55054013e0b3077bf92044c4659
Author: David Mitchell <[email protected]>
Date:   Sun May 17 19:48:25 2015 +0100

    bump utf8 version after doc fix
-----------------------------------------------------------------------

Summary of changes:
 lib/utf8.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/utf8.pm b/lib/utf8.pm
index 1176240..23fbfac 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.16';
+our $VERSION = '1.17';
 
 sub import {
     $^H |= $utf8::hint_bits;

--
Perl5 Master Repository

Reply via email to