diff options
author | Brian France <bfrance@php.net> | 2003-08-22 16:43:29 +0000 |
---|---|---|
committer | Brian France <bfrance@php.net> | 2003-08-22 16:43:29 +0000 |
commit | ab2ebdb49bc67765df224d27405a710c1d874665 (patch) | |
tree | ee49d421d2a020905f8c41502aad84f8c49af8be /main/php.h | |
parent | 21329c5e0ca7040333daada9afa89712f553dc04 (diff) | |
download | php-git-ab2ebdb49bc67765df224d27405a710c1d874665.tar.gz |
Updated PHP_API_VERSION to 20030820 for the php_setcookie api 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 1652d65bee..86fff71683 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20030518 +#define PHP_API_VERSION 20030820 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |