diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 13:28:09 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 13:28:09 +0100 |
commit | ccec45751cef88b874c8a46d5ccb951e9827728d (patch) | |
tree | c504528e6c2aeec37dc136fc2c184db4b3042ed6 | |
parent | 7bc3efda0f5a11f7893c1ca7c518a1bee426cbc8 (diff) | |
download | perl-ccec45751cef88b874c8a46d5ccb951e9827728d.tar.gz |
Bump VERSION in threads-shared
The XS file has been changed since 5.13.4
-rw-r--r-- | dist/threads-shared/lib/threads/shared.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm index 420c984eee..3ff48fd391 100644 --- a/dist/threads-shared/lib/threads/shared.pm +++ b/dist/threads-shared/lib/threads/shared.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util qw(reftype refaddr blessed); -our $VERSION = '1.33_02'; +our $VERSION = '1.33_03'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |