diff options
author | Remi Collet <remi@php.net> | 2018-03-27 12:56:09 +0000 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2018-03-27 12:56:09 +0000 |
commit | e474a0439a9e89d98c2728ed4a1c9d029c107682 (patch) | |
tree | 7d10c4b0c8a7a39fa3e20fd06a3feb0b1791586e /configure.ac | |
parent | 35287a95ddc862d0fda0026e8ab9adf91482e2fe (diff) | |
download | php-git-php-7.2.4.tar.gz |
Update versions for PHP 7.2.4php-7.2.4
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 3491dd4a36..b3c3f48786 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=4 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="" 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` |