diff options
author | Stanislav Malyshev <stas@php.net> | 2012-01-05 07:22:29 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-01-05 07:22:29 +0000 |
commit | 6cb0b6605388e17e4e094ff114c8fd447d6c6fe7 (patch) | |
tree | 6eda7a1e989d3534adcf0910796a3727a0df3089 /main/php_version.h | |
parent | de92e5ab301a967be27484a0c173fabf0897744e (diff) | |
download | php-git-6cb0b6605388e17e4e094ff114c8fd447d6c6fe7.tar.gz |
5.4.0rc5
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 82717a6700..6884c1e8cd 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 "RC5-dev" -#define PHP_VERSION "5.4.0RC5-dev" +#define PHP_EXTRA_VERSION "RC5" +#define PHP_VERSION "5.4.0RC5" #define PHP_VERSION_ID 50400 |