--- Coro/Coro.pm 2007/10/02 23:27:52 1.143 +++ Coro/Coro.pm 2007/10/03 01:48:05 1.144 @@ -52,7 +52,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '3.8'; +our $VERSION = '4.0'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (