From: Father Chrysostomos Date: Wed, 10 Nov 2010 13:39:17 +0000 (-0800) Subject: Increase threads’ version X-Git-Tag: v5.13.7~154 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/61c649da758eebc8bb3c45b797aa94349ef40b9e Increase threads’ version --- diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index 349beb1..a4890df 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;