--- cvsroot/Coro/Coro.pm 2006/11/26 02:16:19 1.87 +++ cvsroot/Coro/Coro.pm 2006/11/26 02:54:55 1.88 @@ -43,7 +43,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '2.5'; +our $VERSION = '3.0'; our @EXPORT = qw(async cede schedule terminate current); our %EXPORT_TAGS = (