--- Coro/Coro.pm 2006/11/03 00:56:02 1.79 +++ Coro/Coro.pm 2006/11/06 19:56:26 1.80 @@ -43,7 +43,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '2.1'; +our $VERSION = '2.5'; our @EXPORT = qw(async cede schedule terminate current); our %EXPORT_TAGS = (