From 0d1c4f234bf92d74dfc5abba9ee74a214e7d7714 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Fri, 23 Jul 2004 02:28:51 +0000 Subject: [PATCH] MFH: Updated version number --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ec9518cd86..dfb478e2a8 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -390,7 +390,7 @@ PHP_RSHUTDOWN_FUNCTION(gd) /* }}} */ #if HAVE_GD_BUNDLED -#define PHP_GD_VERSION_STRING "bundled (2.0.23 compatible)" +#define PHP_GD_VERSION_STRING "bundled (2.0.28 compatible)" #elif HAVE_LIBGD20 #define PHP_GD_VERSION_STRING "2.0 or higher" #elif HAVE_GDIMAGECOLORRESOLVE -- 2.40.0