From: Father Chrysostomos Date: Sat, 3 Sep 2011 05:03:06 +0000 (-0700) Subject: Bump threads(::shared) versions again X-Git-Tag: accepted/trunk/20130322.191538~2907 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=457f72034425ae46e400ba8bc323faeac268c51f;p=platform%2Fupstream%2Fperl.git Bump threads(::shared) versions again Since these numbers have already been used for developement releases, they need to be changed again. I also added a note to make sure they no longer get out of sync with the pod. --- diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm index aa3849e..3eae235 100644 --- a/dist/threads-shared/lib/threads/shared.pm +++ b/dist/threads-shared/lib/threads/shared.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util qw(reftype refaddr blessed); -our $VERSION = '1.38'; +our $VERSION = '1.39'; # Do not forget to update the pod! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -187,7 +187,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.38 +This document describes threads::shared version 1.39 =head1 SYNOPSIS diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index ba35120..0bf061d 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.84'; +our $VERSION = '1.85'; # Do not forget to update the pod! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -134,7 +134,7 @@ threads - Perl interpreter-based threads =head1 VERSION -This document describes threads version 1.84 +This document describes threads version 1.85 =head1 SYNOPSIS