From 780c1605c88cb327f44583a83901a50a493db16e Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Wed, 14 Aug 2002 09:20:19 +0000 Subject: [PATCH] bump up api version number --- ext/domxml/php_domxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 5cde9277c6..30310c11c4 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -52,7 +52,7 @@ therefore it's easier for the script-programmers to check, what's working how Can be checked with phpversion("domxml"); */ -#define DOMXML_API_VERSION "20020713" +#define DOMXML_API_VERSION "20020814" extern zend_module_entry domxml_module_entry; #define domxml_module_ptr &domxml_module_entry -- 2.40.0