--- cvsroot/Async-Interrupt/Interrupt.pm 2009/07/17 01:51:32 1.13 +++ cvsroot/Async-Interrupt/Interrupt.pm 2009/07/17 01:53:41 1.14 @@ -103,7 +103,7 @@ # signal handling # variables $SIG{KILL} = sub { }; - our $VERSION = '0.042'; + our $VERSION = '0.5'; require XSLoader; XSLoader::load ("Async::Interrupt", $VERSION);