summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/threads/lib/threads.pm2
-rw-r--r--pod/perldelta.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index bbef9c62a9..502ef7049f 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.82';
+our $VERSION = '1.81_01';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d021c4375a..0d21c9f23a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -331,7 +331,7 @@ L<[perl #72340]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72340>.
=item *
-C<threads> has been upgraded from version 1.77_03 to 1.82
+C<threads> has been upgraded from version 1.77_03 to 1.81_01.
=item *