[Koha-patches] [PATCH] kohabug 2457 Minor patch to correct GD

Galen Charlton galen.charlton at liblime.com
Mon Aug 4 17:15:22 CEST 2008


From: Chris Nighswonger <chris.nighswonger at liblime.com>

version number

Signed-off-by: Galen Charlton <galen.charlton at liblime.com>
---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 743ea33..5cca5e4 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,
-- 
1.5.5.GIT




More information about the Koha-patches mailing list