summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt S Trout <mst@shadowcat.co.uk>2010-06-21 21:55:04 +0100
committerMatt S Trout <mst@shadowcat.co.uk>2010-06-21 21:55:04 +0100
commitaffc2f7499395f9a1321c2cce64befc66f98ca31 (patch)
treed1deb1cb7a0c00a82f16e566e2c11c58cd26f110
parent2792c8bf6cba050470eb34c52f7580c8fabc9122 (diff)
downloadperl-affc2f7499395f9a1321c2cce64befc66f98ca31.tar.gz
bump threads.pm version
-rw-r--r--dist/threads/threads.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads/threads.pm b/dist/threads/threads.pm
index 883678935e..c88c917975 100644
--- a/dist/threads/threads.pm
+++ b/dist/threads/threads.pm
@@ -5,7 +5,7 @@ use 5.008;
use strict;
use warnings;
-our $VERSION = '1.77_01';
+our $VERSION = '1.77_02';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;