diff options
author | Sara Golemon <pollita@php.net> | 2019-04-02 15:06:27 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2019-04-02 15:06:27 +0000 |
commit | 2132588c04e9c1061ac9d3a4f583cd02b9fe441d (patch) | |
tree | 7a6d91edacafc4a25b28fe7e70c326b1672cba42 /configure.ac | |
parent | f3bc3838009ab7c82b307add1f9cf0426e9e5170 (diff) | |
download | php-git-php-7.2.17.tar.gz |
Update versions for PHP 7.2.17php-7.2.17
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 8e377930cd..2856d8fc65 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=17 -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` |