From: Pierre Joye Date: Thu, 5 Apr 2007 11:57:57 +0000 (+0000) Subject: - reflect the "real" version to avoid confusions. Users should really use X-Git-Tag: php-5.2.2RC1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12b66657d7ab41f0ee0b1384fdf5ba681a9c9554;p=php - reflect the "real" version to avoid confusions. Users should really use only the bundled version --- 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