diff options
Diffstat (limited to 'ext/threads/shared/shared.pm')
-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 dd6a705813..0a4bd04f8d 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.92'; + our $VERSION = '0.93'; if ($threads::threads) { *cond_wait = \&cond_wait_enabled; |