--- cvsroot/Async-Interrupt/Interrupt.pm 2009/07/14 19:29:26 1.11 +++ cvsroot/Async-Interrupt/Interrupt.pm 2009/07/14 19:51:24 1.12 @@ -103,7 +103,7 @@ # signal handling # variables $SIG{KILL} = sub { }; - our $VERSION = '0.041'; + our $VERSION = '0.042'; require XSLoader; XSLoader::load ("Async::Interrupt", $VERSION);