]> git.imager.perl.org - imager.git/commitdiff
bump PNG and W32 versions since they've changed
authorTony Cook <tony@develop-help.com>
Mon, 15 Oct 2012 09:18:34 +0000 (20:18 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 15 Oct 2012 09:18:34 +0000 (20:18 +1100)
PNG/Changes
PNG/PNG.pm
W32/Changes
W32/W32.pm

index 17d09fd827bb6b876b50f94ffbada2fbf159ee2e..4a9b3722097293739fd57c10a8da71233d41e9ec 100644 (file)
@@ -1,3 +1,6 @@
+Imager-File-PNG 0.86
+====================
+
  - clean up .dSYM directories generated performing probes on OS X
    Mountain Lion.
 
index 84db590039264cadf972a548972986ad1bb94006..7e5313b0b38acfda41390489984731359ec02e79 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.85";
+  $VERSION = "0.86";
 
   require XSLoader;
   XSLoader::load('Imager::File::PNG', $VERSION);
index bb0e710900190ecce08e9e898b43ba5ca4858e6a..f521384824339619027dff4207a20aa236ca9d7e 100644 (file)
@@ -1,3 +1,6 @@
+Imager-Font-W32 0.85
+====================
+
  - clean up .dSYM directories generated performing probes on OS X
    Mountain Lion.
 
index 745bcc8a339ea8283d0d8f2b2c4820a05df7e9ab..fbae40da6ce53a9a5d15b1b804da8721cd269213 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.84";
+  $VERSION = "0.85";
 
   require XSLoader;
   XSLoader::load('Imager::Font::W32', $VERSION);