diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-01-29 23:44:07 +0000 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-01-29 23:44:07 +0000 |
commit | 81e0bb6c32f6f0974d74214fcb86c03e6c42bd8d (patch) | |
tree | f285586c274a65c9f78e0ca5d69587e348e89285 /main | |
parent | 34898e97663084c45b71385ef886e830e023da93 (diff) | |
download | php-git-php-7.2.15RC1.tar.gz |
Update version for PHP 7.2.15RC1php-7.2.15RC1
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 9fbd31bc78..b61194b40a 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 15 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.15-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.2.15RC1" #define PHP_VERSION_ID 70215 |