summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-10 05:39:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-11 04:14:56 -0800
commit61c649da758eebc8bb3c45b797aa94349ef40b9e (patch)
tree388ea6700f27ed65cbfc1e4e8081e767e338c098 /dist
parentc2053ddb7a82ea813a7c861cea743996724ef19d (diff)
downloadperl-61c649da758eebc8bb3c45b797aa94349ef40b9e.tar.gz
Increase threads’ version
Diffstat (limited to 'dist')
-rw-r--r--dist/threads/lib/threads.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index 349beb17b2..a4890dff86 100644
--- a/dist/threads/lib/threads.pm
+++ b/dist/threads/lib/threads.pm
@@ -5,7 +5,7 @@ use 5.008;
use strict;
use warnings;
-our $VERSION = '1.81_01';
+our $VERSION = '1.81_02';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;