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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.11 by root, Thu Nov 17 02:54:14 2011 UTC vs.
Revision 1.12 by root, Thu Nov 17 02:56:47 2011 UTC

643package OpenCL; 643package OpenCL;
644 644
645use common::sense; 645use common::sense;
646 646
647BEGIN { 647BEGIN {
648 our $VERSION = '0.03'; 648 our $VERSION = '0.14';
649 649
650 require XSLoader; 650 require XSLoader;
651 XSLoader::load (__PACKAGE__, $VERSION); 651 XSLoader::load (__PACKAGE__, $VERSION);
652 652
653 @OpenCL::Buffer::ISA = 653 @OpenCL::Buffer::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines