diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2013-11-06 11:17:58 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2013-11-06 14:03:24 +0100 |
commit | 117955daf647dbfa66e5130b9b6dda35e8288785 (patch) | |
tree | 3acc3a59f587537e229cd338501ef222de0a9ce5 /main/php.h | |
parent | 1d93f396bb3a09e2e70f317b5c2b9f3235b383e7 (diff) | |
download | php-git-117955daf647dbfa66e5130b9b6dda35e8288785.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 f9c6f2030c..ed8a2bb08e 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20121113 +#define PHP_API_VERSION 20131106 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |