diff options
author | Stanislav Malyshev <stas@php.net> | 2013-08-19 21:46:43 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-19 21:46:43 -0700 |
commit | d005ed9681d6797012570c4e32abb3abcdf3b72a (patch) | |
tree | 6e18bc7f86a49c51068968f5b499046c92a8495e /main/php_version.h | |
parent | b7f033bd5de844e7cf0f1f7c2b884d582d4aa847 (diff) | |
download | php-git-PHP-5.5.3.tar.gz |
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 f1f201e9e2..89be3325cc 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 5 -#define PHP_RELEASE_VERSION 2 +#define PHP_RELEASE_VERSION 3 #define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.5.2" -#define PHP_VERSION_ID 50502 +#define PHP_VERSION "5.5.3" +#define PHP_VERSION_ID 50503 |