diff options
author | Sascha Schumann <sas@php.net> | 2002-11-07 11:52:45 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-11-07 11:52:45 +0000 |
commit | 6442b86bfa4c290e9443ee275f174beedf0d69cb (patch) | |
tree | 7fce8b9d0f216bd4ea4d7a2cab64642ca1b15212 /main/php.h | |
parent | eb0141913c2eb5cfcc821b188403fd5a7a9dac61 (diff) | |
download | php-git-6442b86bfa4c290e9443ee275f174beedf0d69cb.tar.gz |
bumb api version because of module_startup change
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 4cf5e8a7ef..717f5311a5 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20020307 +#define PHP_API_VERSION 20020918 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |