diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-08-04 09:10:53 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-08-04 09:10:53 +0200 |
commit | 2b5ec153e4642b24cc999b0f7daa24096ebb191d (patch) | |
tree | fc60e342516a6570d50a1939a1e03d85d84f85a9 /configure.ac | |
parent | 09171dc1d73a4239192cf6b80e66bfc055841dda (diff) | |
download | php-git-PHP-7.3.21.tar.gz |
Prepare for 7.3.21php-7.3.21PHP-7.3.21
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 d521b8180b..89da68f5db 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=21 -PHP_EXTRA_VERSION="RC1" +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` |