From 12b66657d7ab41f0ee0b1384fdf5ba681a9c9554 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 5 Apr 2007 11:57:57 +0000 Subject: [PATCH] - reflect the "real" version to avoid confusions. Users should really use only the bundled version --- 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 a8a4e491e6..9369854e24 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1319,7 +1319,7 @@ PHP_RSHUTDOWN_FUNCTION(gd) /* }}} */ #if HAVE_GD_BUNDLED -#define PHP_GD_VERSION_STRING "bundled (2.0.28 compatible)" +#define PHP_GD_VERSION_STRING "bundled (2.0.34 compatible)" #elif HAVE_LIBGD20 #define PHP_GD_VERSION_STRING "2.0 or higher" #elif HAVE_GDIMAGECOLORRESOLVE -- 2.50.1