summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-12-19 11:44:31 +0000
committerZefram <zefram@fysh.org>2010-12-19 11:44:31 +0000
commit3f114bafa1245def7f33a31380b531bec4f07b25 (patch)
tree2dbc95e19e55bdf1decb8eaf7109eb9364d66244
parented6b886ec45bbaeceda49b2a035f3d84953be57c (diff)
downloadperl-3f114bafa1245def7f33a31380b531bec4f07b25.tar.gz
bump threads-shared version for blead XS changes
-rw-r--r--dist/threads-shared/lib/threads/shared.pm2
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 b8ad7b7f4c..b99a038759 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.34';
+our $VERSION = '1.35';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;