From: Tony Cook <tony@develop-help.com> Date: Wed, 13 Feb 2019 08:12:27 +0000 (+1100) Subject: bump to Imager 1.010 X-Git-Tag: v1.010^0 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/d2df97689fac682a78c4c01c5ebd2845ef591cda bump to Imager 1.010 --- diff --git a/Imager.pm b/Imager.pm index f42d2c77..17399ec8 100644 --- a/Imager.pm +++ b/Imager.pm @@ -144,7 +144,7 @@ BEGIN { if ($ex_version < 5.57) { @ISA = qw(Exporter); } - $VERSION = '1.009'; + $VERSION = '1.010'; require XSLoader; XSLoader::load(Imager => $VERSION); }