diff options
author | Remi Collet <remi@php.net> | 2019-10-22 08:15:44 +0000 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2019-10-22 08:15:44 +0000 |
commit | d41dd0b518cd831c50d0f441aa5fc561d55bff66 (patch) | |
tree | 653d02c0a2972ba7ec3673d7c9b0c31711c217e2 /configure.ac | |
parent | 46ac6549cce9c3c6d17bcd7b1ccad2192e029f09 (diff) | |
download | php-git-php-7.2.24.tar.gz |
Update versions for PHP 7.2.24php-7.2.24
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 fab82ed42c..fb22a189f4 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=24 -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` |