summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-02-19 13:06:40 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-02-19 13:06:40 +0100
commit2ec59b3ef36b0873717f2ac758e27e43e9eca5ba (patch)
tree01b5012addea58e653c6a70dd2a61eb9cb398413 /configure.ac
parent961900fa17d6086a5d2da3a21cc4c9913a00c480 (diff)
downloadphp-git-2ec59b3ef36b0873717f2ac758e27e43e9eca5ba.tar.gz
Prepare main branch for PHP 7.3.4
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 c1a9b9a560..a5dedd30a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=3
+PHP_RELEASE_VERSION=4
PHP_EXTRA_VERSION="-dev"
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`