diff options
author | Christopher Jones <sixd@php.net> | 2013-09-04 05:40:24 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-09-04 05:40:24 -0700 |
commit | fc9d886f6cd7858bc38c0b564a547dfa2bb743c6 (patch) | |
tree | 360823fee1a3c34e80b3e8ec6f28d563954864f9 /main/php_version.h | |
parent | 2452e7b68067b053f289aec46864b77c2a158a68 (diff) | |
parent | 0e10f26e277b8916b2a8eee2b975cd9e436a8fb7 (diff) | |
download | php-git-fc9d886f6cd7858bc38c0b564a547dfa2bb743c6.tar.gz |
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
* 'PHP-5.5' of https://git.php.net/repository/php-src:
5.5.5 now
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 4a538a4138..d9ea4aab3c 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 4 +#define PHP_RELEASE_VERSION 5 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.4-dev" -#define PHP_VERSION_ID 50504 +#define PHP_VERSION "5.5.5-dev" +#define PHP_VERSION_ID 50505 |