diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-03-29 18:20:33 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-03-29 18:20:33 +0000 |
commit | 8b079070a3a966b87b0ab30697b31ebcd2ad636c (patch) | |
tree | 8d791cf91952af70b9069cb6629264a93c3856e8 /ext/gd/gd.c | |
parent | c29e9277d0ffdef1cc03ce5c2a4be23ef2fd9c3c (diff) | |
download | php-git-8b079070a3a966b87b0ab30697b31ebcd2ad636c.tar.gz |
Synchronized bundled GD library with GD 2.0.22.
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r-- | ext/gd/gd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index f090f1d63d..6a9ab27add 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -453,7 +453,7 @@ PHP_RSHUTDOWN_FUNCTION(gd) /* }}} */ #if HAVE_GD_BUNDLED -#define PHP_GD_VERSION_STRING "bundled (2.0.17 compatible)" +#define PHP_GD_VERSION_STRING "bundled (2.0.22 compatible)" #elif HAVE_LIBGD20 #define PHP_GD_VERSION_STRING "2.0 or higher" #elif HAVE_GDIMAGECOLORRESOLVE |