diff options
author | Christian Stocker <chregu@php.net> | 2002-08-14 09:20:19 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-08-14 09:20:19 +0000 |
commit | 780c1605c88cb327f44583a83901a50a493db16e (patch) | |
tree | 7cf25646f52000d60fd89ce0b5571d51b7674217 /ext/domxml/php_domxml.h | |
parent | 280cb97fef773bbeabbc0a0ed29263a9fa9a1552 (diff) | |
download | php-git-780c1605c88cb327f44583a83901a50a493db16e.tar.gz |
bump up api version number
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |