--- Coro/Coro.pm 2007/01/14 21:13:48 1.111 +++ Coro/Coro.pm 2007/01/20 19:52:15 1.112 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.4'; +our $VERSION = '3.41'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (