diff options
| author | Stanislav Malyshev <stas@php.net> | 2013-05-21 23:36:28 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-05-21 23:36:28 -0700 |
| commit | c53058763ada0050fd7f0b9efb9818f06671d3d5 (patch) | |
| tree | 5751a66273f98b24f8fec7e9db1105dcc7723adf /main/php_version.h | |
| parent | 73eedaf6f74e362a3ff2fdc9cec67148c232d2bf (diff) | |
| download | php-git-c53058763ada0050fd7f0b9efb9818f06671d3d5.tar.gz | |
5.4.17 is next
Diffstat (limited to 'main/php_version.h')
| -rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index cb6d7441d9..055d14d6bf 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 16 +#define PHP_RELEASE_VERSION 17 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.16-dev" -#define PHP_VERSION_ID 50416 +#define PHP_VERSION "5.4.17-dev" +#define PHP_VERSION_ID 50417 |
