diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-15 11:18:28 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-15 11:18:28 +0000 |
commit | 0cee5edcfbcef6243a27939aa1faa552cb4c23d2 (patch) | |
tree | 4ab50d060025bab2517aa3d597e56c53a44b8c70 /main/php.h | |
parent | c04f752625f76742d5b75e2b5de047564fc51e45 (diff) | |
download | php-git-0cee5edcfbcef6243a27939aa1faa552cb4c23d2.tar.gz |
Bump PHP_API_VERSION
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 43c8cbfc48..8bdc8c7aeb 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20090626 +#define PHP_API_VERSION 20100412 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |