edink Thu Jul 22 22:28:18 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Updated version number http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.295&r2=1.296&ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.295 php-src/ext/gd/gd.c:1.296 --- php-src/ext/gd/gd.c:1.295 Mon Jul 19 03:19:37 2004 +++ php-src/ext/gd/gd.c Thu Jul 22 22:28:18 2004 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.295 2004/07/19 07:19:37 andi Exp $ */ +/* $Id: gd.c,v 1.296 2004/07/23 02:28:18 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