diff options
author | Sara Golemon <pollita@php.net> | 2018-06-05 15:04:42 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2018-06-05 15:04:42 +0000 |
commit | e56ee5734ddf3f7864bb23b743a1b93619d2aaae (patch) | |
tree | c107ca453499cc0e7807db6c8e5697c9bbcd4c10 /main/php_version.h | |
parent | f4300cc374acb5890ce9bb2ce40bcf7a979e0f88 (diff) | |
download | php-git-php-7.2.7RC1.tar.gz |
Update versions for PHP 7.2.7RC1php-7.2.7RC1
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 604a1759ad..019364c400 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 7 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.7-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.2.7RC1" #define PHP_VERSION_ID 70207 |