]> git.imager.perl.org - imager.git/commitdiff
bump to Imager 1.010 v1.010
authorTony Cook <tony@develop-help.com>
Wed, 13 Feb 2019 08:12:27 +0000 (19:12 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 13 Feb 2019 08:12:27 +0000 (19:12 +1100)
Imager.pm

index f42d2c776496d31ef1d05db006f67e8f0a140ce6..17399ec8d07ea1d4ec1cfa2a604b7430e1dd262f 100644 (file)
--- 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);
 }