--- Coro/Coro.pm 2007/10/10 02:58:17 1.153 +++ Coro/Coro.pm 2007/11/09 19:50:15 1.156 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.1'; +our $VERSION = '4.2'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (