projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781d925
)
bump $Imager::Font::FT2::VERSION
author
Tony Cook
<tony@develop-help.com>
Fri, 27 Mar 2020 08:48:24 +0000
(19:48 +1100)
committer
Tony Cook
<tony@develop-help.com>
Sun, 17 May 2020 01:45:10 +0000
(11:45 +1000)
FT2/FT2.pm
patch
|
blob
|
blame
|
history
diff --git
a/FT2/FT2.pm
b/FT2/FT2.pm
index 074ddb5affe6d42c96b09e59ce52277fb80f0aaa..aba52bb06d0c31548443b9217b0614d696f67472 100644
(file)
--- a/
FT2/FT2.pm
+++ b/
FT2/FT2.pm
@@
-6,7
+6,7
@@
use vars qw($VERSION @ISA);
@ISA = qw(Imager::Font);
BEGIN {
- $VERSION = "0.9
7
";
+ $VERSION = "0.9
8
";
require XSLoader;
XSLoader::load('Imager::Font::FT2', $VERSION);