--- Coro/Coro.pm 2007/12/17 06:36:24 1.163 +++ Coro/Coro.pm 2008/04/06 19:23:50 1.175 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.32'; +our $VERSION = '4.49'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (