diff options
author | Stanislav Malyshev <stas@php.net> | 2012-01-05 07:24:26 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-01-05 07:24:26 +0000 |
commit | 64a9019171748a662a7c044df2516cdbb22a1c08 (patch) | |
tree | 94d7acc302cee8a146c03f14b240350f35f05562 /main/php_version.h | |
parent | 6cb0b6605388e17e4e094ff114c8fd447d6c6fe7 (diff) | |
download | php-git-64a9019171748a662a7c044df2516cdbb22a1c08.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 6884c1e8cd..f943becbb6 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" -#define PHP_VERSION "5.4.0RC5" +#define PHP_EXTRA_VERSION "RC6-dev" +#define PHP_VERSION "5.4.0RC6-dev" #define PHP_VERSION_ID 50400 |