diff options
author | Xinchen Hui <laruence@php.net> | 2013-12-27 14:10:55 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-12-27 14:10:55 +0800 |
commit | aba76f09fa3adca5208b877ed75b2c2ef8f4498f (patch) | |
tree | 4fd8530daad9fa173fc115bf3c5bef546bfb4f89 | |
parent | 2938329ce19cb8c4197dec146c3ec887c6f61d01 (diff) | |
download | php-git-aba76f09fa3adca5208b877ed75b2c2ef8f4498f.tar.gz |
Revert accidented committed 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 d9ea4aab3c..8d30a367d3 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 5 +#define PHP_RELEASE_VERSION 8 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.5-dev" -#define PHP_VERSION_ID 50505 +#define PHP_VERSION "5.5.8-dev" +#define PHP_VERSION_ID 50508 |