From 67c42a4a9bc21f1548615d61a6832d7adf045596 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Fri, 23 Jul 2004 02:28:18 +0000 Subject: [PATCH] Updated version number --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 1476e5ee38..43d554706d 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.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 -- 2.50.1