summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-06-20 12:27:04 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-06-20 12:27:04 +0200
commitd428155055a86e24616ff2daf46f22842b043360 (patch)
tree18ddbe66f67ef0d33add13cbf41c02d9322f55d4 /configure.ac
parent0e7490f49e2d1a55f86927cdf5818cacea4e220b (diff)
downloadphp-git-php-7.3.7RC3.tar.gz
Prepare for PHP 7.3.7RC3php-7.3.7RC3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1f41f4602c..0a68bc8ce7 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=7
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3"
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`