diff options
author | Sara Golemon <pollita@php.net> | 2019-09-24 15:22:16 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2019-09-24 15:22:16 +0000 |
commit | b4140bf64811b97af153a5d49a1d71677993a075 (patch) | |
tree | c5a6effa98fe7d39e4ea2ed22536ca8b741d23d8 /configure.ac | |
parent | 80cd2d1ffcdcb23cb5265b4edc94c0a7c90dfdba (diff) | |
download | php-git-php-7.2.23.tar.gz |
Update versions for PHP 7.2.23php-7.2.23
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 04725578cf..dd89f547ea 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=23 -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` |