summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-26 10:53:22 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-26 10:53:22 +0200
commitc249f593efa7f7d944574639efb903fc85fd53d6 (patch)
treef150e6d0a990691fa2dffc844b4979b6a673b5dc /configure.ac
parentd4bd6fb491ccaf70006d6f671755126b47a71bcb (diff)
downloadphp-git-c249f593efa7f7d944574639efb903fc85fd53d6.tar.gz
7.3.20 will be next
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 3cbfaf0762..dd6457642e 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=19
+PHP_RELEASE_VERSION=20
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`