diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-06-19 01:47:58 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-06-19 02:42:55 +0200 |
commit | 6c80e90e232c5fbe7159cc250f547a761d4561fe (patch) | |
tree | 960f68898f3d8785a64e4b4821fc017c9a4d91a0 /main/php_version.h | |
parent | a4e23ef8a35313b75c28861fd13ddbf44124909a (diff) | |
download | php-git-php-5.6.0RC1.tar.gz |
5.6.0RC1php-5.6.0RC1
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 9f5f55ec9d..65600674c6 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 6 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "beta4" -#define PHP_VERSION "5.6.0beta4" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.6.0RC1" #define PHP_VERSION_ID 50600 |