From 639a3cf88d25bbf6690ba2dd8a1ec0b37a708998 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 4 Aug 2008 10:15:22 -0500 Subject: [PATCH] kohabug 2457 Minor patch to correct GD version number Signed-off-by: Galen Charlton Signed-off-by: Joshua Ferraro --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 743ea3333e..5cca5e48ec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -548,7 +548,7 @@ WriteMakefile( 'Date::Manip' => 5.44, 'Digest::MD5' => 2.36, 'File::Temp' => 0.16, - 'GD' => 2.34, #optional + 'GD' => 2.39, #optional 'GD::Barcode::UPCE' => 1.1, 'Getopt::Long' => 2.35, 'Getopt::Std' => 1.05, -- 2.20.1