diff options
author | Zeev Suraski <zeev@php.net> | 2001-09-01 14:55:29 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-09-01 14:55:29 +0000 |
commit | 9e8a2e5ba92845fcae05ba84e9e2b8055ab887e9 (patch) | |
tree | ac6f68680d07905747301077c8bb54cf8759a379 /main/php.h | |
parent | f8907afacca9df5890ef86363280eabdd62341d7 (diff) | |
download | php-git-9e8a2e5ba92845fcae05ba84e9e2b8055ab887e9.tar.gz |
Update API number
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 8fbecf3fb0..c387372eab 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20010119 +#define PHP_API_VERSION 20010901 #define YYDEBUG 0 |