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