diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-24 10:28:29 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-24 10:28:29 +0200 |
commit | 7d61aa2b2132a07e79c5926f38bd621187e8672c (patch) | |
tree | f3f8c60ff9ac27f4f44535b71e1c058bd7971525 /configure.ac | |
parent | 90a77d87d4b63db29b1051a784e91e7d368a07e1 (diff) | |
download | php-git-PHP-7.3.10.tar.gz |
Prepare 7.3.10php-7.3.10PHP-7.3.10
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 11a610dd1d..dbd887d1c5 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=10 -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` |