]> granicus.if.org Git - php/commitdiff
- reflect the "real" version to avoid confusions. Users should really use
authorPierre Joye <pajoye@php.net>
Thu, 5 Apr 2007 11:57:57 +0000 (11:57 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 5 Apr 2007 11:57:57 +0000 (11:57 +0000)
  only the bundled version

ext/gd/gd.c

index a8a4e491e62ee6611538e1b288bf2ca82442965e..9369854e24d7a06c8590e37c222ad6558787e270 100644 (file)
@@ -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