Skip to content

Commit

Permalink
0.98 version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jan 2, 2014
1 parent 73b25e8 commit 607f5d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Imager release history. Older releases can be found in Changes.old

Imager 0.98 - 3 Jan 2014
===========

Incompatible changes:

- the return value of setpixel() has changed.
Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Expand Up @@ -144,7 +144,7 @@ BEGIN {
if ($ex_version < 5.57) {
@ISA = qw(Exporter);
}
$VERSION = '0.97';
$VERSION = '0.98';
require XSLoader;
XSLoader::load(Imager => $VERSION);
}
Expand Down

0 comments on commit 607f5d2

Please sign in to comment.