diff options
| author | Sara Golemon <pollita@php.net> | 2018-05-08 19:17:29 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2018-05-08 19:17:29 +0000 |
| commit | dcff523e06ed6a11c9c7009dbfd4e3583a6c4043 (patch) | |
| tree | c1881ac29ed17ee933c5472d7656417bc0dec9b2 /configure.ac | |
| parent | 51ae20e829978c7188f3b86d76681192d0075090 (diff) | |
| download | php-git-php-7.2.6RC1.tar.gz | |
Update versions for PHP 7.2.6RC1php-7.2.6RC1
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 16c3514fc4..c40252d045 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=2 PHP_RELEASE_VERSION=6 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="RC1" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` |
