--- Coro/Coro.pm 2005/12/12 20:31:23 1.73 +++ Coro/Coro.pm 2005/12/26 18:48:11 1.74 @@ -43,7 +43,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 1.6; +our $VERSION = 1.7; our @EXPORT = qw(async cede schedule terminate current); our %EXPORT_TAGS = (