edink           Thu Jul 22 22:28:52 2004 EDT

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