]> git.imager.perl.org - imager.git/blobdiff - W32/W32.pm
remove a pointless NULL check from i_flipxy()
[imager.git] / W32 / W32.pm
index 151a63c3665aeeb542fd4efae6ef3237e9839898..331006bc1a7eb0a606c08adcc7e9320605947971 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.88";
+  $VERSION = "0.90";
 
   require XSLoader;
   XSLoader::load('Imager::Font::W32', $VERSION);