ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/OpenCL.pm
(Generate patch)

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.84 by root, Sat May 5 16:44:02 2012 UTC vs.
Revision 1.85 by root, Sat May 5 16:52:17 2012 UTC

595use Async::Interrupt (); 595use Async::Interrupt ();
596 596
597our $POLL_FUNC; # set by XS 597our $POLL_FUNC; # set by XS
598 598
599BEGIN { 599BEGIN {
600 our $VERSION = '0.99'; 600 our $VERSION = '1.0';
601 601
602 require XSLoader; 602 require XSLoader;
603 XSLoader::load (__PACKAGE__, $VERSION); 603 XSLoader::load (__PACKAGE__, $VERSION);
604 604
605 @OpenCL::Platform::ISA = 605 @OpenCL::Platform::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines