summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-05-17 19:48:25 +0100
committerDavid Mitchell <davem@iabyn.com>2015-05-17 19:49:21 +0100
commitbcb52d7e92bab55054013e0b3077bf92044c4659 (patch)
tree075cbeaa8f6f54ae17725d911d4306537d0a4e34
parentbc1767aa26319247b21d0a61f937739a53a27082 (diff)
downloadperl-bcb52d7e92bab55054013e0b3077bf92044c4659.tar.gz
bump utf8 version after doc fix
-rw-r--r--lib/utf8.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index 11762400c7..23fbfac4a2 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;