diff options
Diffstat (limited to 'ext/Thread/Thread.pm')
-rw-r--r-- | ext/Thread/Thread.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Thread.pm b/ext/Thread/Thread.pm index 3deef813ab..6220a601fe 100644 --- a/ext/Thread/Thread.pm +++ b/ext/Thread/Thread.pm @@ -3,7 +3,7 @@ require Exporter; use XSLoader (); our($VERSION, @ISA, @EXPORT); -$VERSION = "1.0"; +$VERSION = "1.01"; @ISA = qw(Exporter); @EXPORT_OK = qw(yield cond_signal cond_broadcast cond_wait async); |