diff options
author | David Soria Parra <dsp@php.net> | 2012-11-13 20:56:17 +0100 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-11-13 20:57:34 +0100 |
commit | ad4a87f798a43642ca7686df61a010a5b988684c (patch) | |
tree | 7eb77eea7ac2433c6d1c7ef3073f6dfc41a3d49a /main/php.h | |
parent | 64d7297506c59cc81a4ca42ebcd7a596f4db9060 (diff) | |
download | php-git-ad4a87f798a43642ca7686df61a010a5b988684c.tar.gz |
Bump API versions
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 192635200a..1c1ffa3a61 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20100412 +#define PHP_API_VERSION 20121113 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |