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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.25 by root, Tue Nov 22 10:39:47 2011 UTC vs.
Revision 1.26 by root, Tue Nov 22 10:44:56 2011 UTC

1275package OpenCL; 1275package OpenCL;
1276 1276
1277use common::sense; 1277use common::sense;
1278 1278
1279BEGIN { 1279BEGIN {
1280 our $VERSION = '0.55'; 1280 our $VERSION = '0.59';
1281 1281
1282 require XSLoader; 1282 require XSLoader;
1283 XSLoader::load (__PACKAGE__, $VERSION); 1283 XSLoader::load (__PACKAGE__, $VERSION);
1284 1284
1285 @OpenCL::Buffer::ISA = 1285 @OpenCL::Buffer::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines