diff options
| author | Sara Golemon <pollita@php.net> | 2019-11-20 14:46:34 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2019-11-20 14:46:34 +0000 |
| commit | 85c7924c25081d41abbe292e9dbe4f76e3f2f7cf (patch) | |
| tree | efb5b79159a85e5c74ed7c475652989ed54f8e9d /configure.ac | |
| parent | d95fdd0394b774ceea7de5a1fc8b1b25e3c7e0ba (diff) | |
| download | php-git-php-7.2.25.tar.gz | |
Update versions for PHP 7.2.25php-7.2.25
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 6e574e6c54..de3ff8d5dd 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=25 -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` |
