edink           Thu Jul 22 22:28:37 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/gd     gd.c 
  Log:
  MFB: Updated version number
  
http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.294&r2=1.294.2.1&ty=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.294 php-src/ext/gd/gd.c:1.294.2.1
--- php-src/ext/gd/gd.c:1.294   Thu May 20 19:37:59 2004
+++ php-src/ext/gd/gd.c Thu Jul 22 22:28:36 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.294 2004/05/20 23:37:59 iliaa Exp $ */
+/* $Id: gd.c,v 1.294.2.1 2004/07/23 02:28:36 edink Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -453,7 +453,7 @@
 /* }}} */
 
 #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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to