diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-07-01 10:14:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-07-01 10:14:03 +0000 |
commit | ff270adde2ed532b630356e4973f5a74e6152498 (patch) | |
tree | dca7af74cdc7301f3c3c6548c09016b9d24115d0 /lib/utf8.pm | |
parent | bf694877f81fb381ca8c9057cca6a2b05b7cc6cf (diff) | |
download | perl-ff270adde2ed532b630356e4973f5a74e6152498.tar.gz |
Bump version numbers
p4raw-id: //depot/perl@23019
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index 0b57d6d968..817a61ccbd 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.03'; +our $VERSION = '1.04'; sub import { $^H |= $utf8::hint_bits; |