summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-09 09:19:52 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-09 09:25:52 +0100
commitd684f5fdc0c6172c2235837974626013979066bb (patch)
tree4be3d5413e13a87ff95e720180e56585121843b9 /configure.ac
parentb2864b7cfd0ccbca2718613114cee967f209204e (diff)
downloadphp-git-d684f5fdc0c6172c2235837974626013979066bb.tar.gz
Fix #79086: Bump version not applied
We must not forget to update the version in configure.ac as well.
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 3af4feaaec..56a5127667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.2-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.3-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER