projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avoid a possible sign-extension for offsets/sizes in SGI
[imager.git]
/
SGI
/
SGI.pm
diff --git
a/SGI/SGI.pm
b/SGI/SGI.pm
index 3a3bf90fc9eb3fc29356ed09e2df4a02a4046259..b033b2dd8e13efdf3152dfc2d52bd04cc28656b6 100644
(file)
--- a/
SGI/SGI.pm
+++ b/
SGI/SGI.pm
@@
-4,7
+4,7
@@
use Imager;
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = "0.0
3
";
+ $VERSION = "0.0
4
";
require XSLoader;
XSLoader::load('Imager::File::SGI', $VERSION);