diff options
Diffstat (limited to 'lib/Thread')
-rw-r--r-- | lib/Thread/Semaphore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Thread/Semaphore.pm b/lib/Thread/Semaphore.pm index 70441abad7..1e188542de 100644 --- a/lib/Thread/Semaphore.pm +++ b/lib/Thread/Semaphore.pm @@ -2,7 +2,7 @@ package Thread::Semaphore; use threads::shared; -our $VERSION = '2.00'; +our $VERSION = '2.01'; =head1 NAME |