Skip to content

Commit

Permalink
1.003 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed May 12, 2015
1 parent 0fda3cf commit 0d1baac
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 1.003 - 12 May 2015
============

- update 1.002 release notes to include the center change for filled
circle drawing.

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 = '1.002';
$VERSION = '1.003';
require XSLoader;
XSLoader::load(Imager => $VERSION);
}
Expand Down

0 comments on commit 0d1baac

Please sign in to comment.