diff options
author | Johannes Schlüter <johannes@php.net> | 2009-06-26 15:44:19 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-06-26 15:44:19 +0000 |
commit | 4b4283bdc0c578971f863a2a53b8a95c59cfc2d0 (patch) | |
tree | 86465cdd2e69de44506068880bb69960a1de5a54 /main/php.h | |
parent | e1ae9330311232385914e8151e24d2566396dde3 (diff) | |
download | php-git-4b4283bdc0c578971f863a2a53b8a95c59cfc2d0.tar.gz |
Bump version to 5.3.0 and API Nos. up
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 b94e8576e3..52f19093b7 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20041225 +#define PHP_API_VERSION 20090626 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |