diff options
author | Nikita Popov <nikic@php.net> | 2016-09-04 14:27:28 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-09-04 14:27:28 +0200 |
commit | 69f0d3df604e21249824a460fb1020dce3a43ad8 (patch) | |
tree | 943b6604b941d87cedc927342ce2e8ecf9e82424 /main | |
parent | f1bfd7fe00116b1d2814c64b77e271448855e0fe (diff) | |
download | php-git-69f0d3df604e21249824a460fb1020dce3a43ad8.tar.gz |
Bump PHP_API_VERSION
Diffstat (limited to 'main')
-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 8cc7851016..7f38d3026a 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20151012 +#define PHP_API_VERSION 20160303 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" |