diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-05-28 02:11:32 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-05-28 02:11:32 +0200 |
commit | 5845f309b7e762b85a8185a4483719c2e3b044ec (patch) | |
tree | f951e60cf03c93053285db682125a236eeed38f2 /main/php_version.h | |
parent | 1f077cc4f4c0ceef0c86591d4fc4469818adc7d2 (diff) | |
download | php-git-php-5.6.10RC1.tar.gz |
PHP-5.6.10RC1php-5.6.10RC1
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 b7774c9c3c..5ff637c464 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 10 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.10-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.6.10RC1" #define PHP_VERSION_ID 50610 |