diff options
author | Stanislav Malyshev <stas@php.net> | 2012-02-02 06:09:50 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-02-02 06:09:50 +0000 |
commit | 3a95557cc3df7441cb15df121c9639dd831d9fa8 (patch) | |
tree | f326c683152230df0bffe9a7aa58927137b86474 /main/php_version.h | |
parent | 9e9d6d3aafbdca087dd6123cf29850c07b9106fc (diff) | |
download | php-git-3a95557cc3df7441cb15df121c9639dd831d9fa8.tar.gz |
back to dev
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index f3d841ca58..a56bb3e848 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC7" -#define PHP_VERSION "5.4.0RC7" +#define PHP_EXTRA_VERSION "RC8-dev" +#define PHP_VERSION "5.4.0RC8-dev" #define PHP_VERSION_ID 50400 |