diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-07-13 20:31:59 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-07-13 20:31:59 +0000 |
commit | 4438fa18e7cba3001c09fd5b69d1478785845b88 (patch) | |
tree | 906a6b5a7019623657bd6e5a6f125151bd2ba87a /ext/threads | |
parent | cf0d1c66a0d97cdcc6938d91401fa36b9b5a67ac (diff) | |
download | perl-4438fa18e7cba3001c09fd5b69d1478785845b88.tar.gz |
Version bumps for z/OS fixes.
p4raw-id: //depot/perl@28569
Diffstat (limited to 'ext/threads')
-rw-r--r-- | ext/threads/shared/shared.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index baae73590f..3878f6d961 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -7,7 +7,7 @@ BEGIN { require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(share cond_wait cond_timedwait cond_broadcast cond_signal); - our $VERSION = '0.94'; + our $VERSION = '0.94_01'; if ($threads::threads) { *cond_wait = \&cond_wait_enabled; |