summaryrefslogtreecommitdiff
path: root/dist/threads-shared
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-02-27 15:28:37 +1100
committerTony Cook <tony@develop-help.com>2019-03-08 10:36:13 +1100
commitf44c86a807ca7929b8b36eb33ace30035a6d279e (patch)
tree68acf5da02bd16b550820774c607baecf8efa9de /dist/threads-shared
parent609761014c471773184e867d1587daac35036aef (diff)
downloadperl-f44c86a807ca7929b8b36eb33ace30035a6d279e.tar.gz
bump $threads::shared::VERSION to 1.60
Diffstat (limited to 'dist/threads-shared')
-rw-r--r--dist/threads-shared/lib/threads/shared.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm
index f7e5ff8e73..45ad154979 100644
--- a/dist/threads-shared/lib/threads/shared.pm
+++ b/dist/threads-shared/lib/threads/shared.pm
@@ -8,7 +8,7 @@ use Config;
use Scalar::Util qw(reftype refaddr blessed);
-our $VERSION = '1.59'; # Please update the pod, too.
+our $VERSION = '1.60'; # Please update the pod, too.
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -196,7 +196,7 @@ threads::shared - Perl extension for sharing data structures between threads
=head1 VERSION
-This document describes threads::shared version 1.59
+This document describes threads::shared version 1.60
=head1 SYNOPSIS