diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-07-30 11:52:04 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-07-30 11:52:04 +0200 |
commit | cbfc5abc3fe1ccaa79b71cdeeb2cff3f6f7f3867 (patch) | |
tree | 2eb2e0051fc2cd1e7abe3ae88a844b70273ab2d8 /main | |
parent | d8116ee40036cfbee3199ff81d834fdf00236165 (diff) | |
download | php-git-php-5.6.0RC3.tar.gz |
bump to RC3php-5.6.0RC3
Diffstat (limited to 'main')
-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 46d3ee0c99..23760a4608 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 "RC2" -#define PHP_VERSION "5.6.0RC2" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.6.0RC3" #define PHP_VERSION_ID 50600 |