]> git.imager.perl.org - imager.git/commitdiff
bump FT2 version to differentiate from Imager 0.93_02
authorTony Cook <tony@develop-help.com>
Fri, 14 Dec 2012 22:38:28 +0000 (09:38 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 14 Dec 2012 22:38:28 +0000 (09:38 +1100)
FT2/Changes
FT2/FT2.pm

index fea57ce901389084a08e0ee0db8289700b211ded..8757f413bc44e81d60bfc7441b1b83f6a9a4d302 100644 (file)
@@ -1,5 +1,13 @@
+Imager-Font-FT2 0.88
+====================
+
  - report the library version during testing
 
+Imager-Font-FT2 0.87
+====================
+
+Distributed with Imager 0.93_01
+
  - improve thread safety
 
 Imager-Font-FT2 0.86
index c67434cd32423f55999ca3f73b1cb3dbe030acfc..de9c8083569e45c70a60a73b3b2f87118958cb22 100644 (file)
@@ -6,7 +6,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.87";
+  $VERSION = "0.88";
 
   require XSLoader;
   XSLoader::load('Imager::Font::FT2', $VERSION);