From 457f72034425ae46e400ba8bc323faeac268c51f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 2 Sep 2011 22:03:06 -0700 Subject: [PATCH] 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. --- dist/threads-shared/lib/threads/shared.pm | 4 ++-- dist/threads/lib/threads.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4