diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2021-02-02 10:38:52 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2021-02-02 10:38:52 +0100 |
commit | c800ecda065b5642dde6aff5484d58d91d77f66c (patch) | |
tree | 204a540a1d98497ca0bf4b1727a4f46f1a96238b /configure.ac | |
parent | 57257a43357a4d7c2118afffc34136de4bb10817 (diff) | |
download | php-git-PHP-7.3.27.tar.gz |
Prepare for 7.3.27php-7.3.27PHP-7.3.27
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 9bf637ef11..ab31254deb 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=3 PHP_RELEASE_VERSION=27 -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` |