]> git.imager.perl.org - imager.git/commitdiff
change version to avoid indexer confusion
authorTony Cook <tony@develop-help.com>
Mon, 14 Feb 2011 08:29:50 +0000 (19:29 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 14 Feb 2011 08:29:50 +0000 (19:29 +1100)
lib/Imager/Font/Type1.pm

index d40dbfff7bef1fd369dfe5af752d5e0df298bcdd..1f0e8821fd06db5a48ea977e6d4fd81aeae3f24e 100644 (file)
@@ -4,7 +4,7 @@ use Imager::Font::T1;
 use vars qw(@ISA $VERSION);
 @ISA = qw(Imager::Font::FT2);
 
-$VERSION = "1.000";
+$VERSION = "1.012";
 
 1;