$utf8::VERSION++ # Documentation.
Nicholas Clark [Fri, 13 Jan 2006 17:08:13 +0000 (17:08 +0000)]
p4raw-id: //depot/perl@26824

lib/utf8.pm

index 7de9f63..56c991b 100644 (file)
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 
 sub import {
     $^H |= $utf8::hint_bits;