Bump threads(::shared) versions again
authorFather Chrysostomos <sprout@cpan.org>
Sat, 3 Sep 2011 05:03:06 +0000 (22:03 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 3 Sep 2011 05:03:11 +0000 (22:03 -0700)
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
dist/threads/lib/threads.pm

index aa3849e..3eae235 100644 (file)
@@ -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
 
index ba35120..0bf061d 100644 (file)
@@ -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