diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-01-09 09:19:52 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-01-09 09:25:52 +0100 |
commit | d684f5fdc0c6172c2235837974626013979066bb (patch) | |
tree | 4be3d5413e13a87ff95e720180e56585121843b9 /configure.ac | |
parent | b2864b7cfd0ccbca2718613114cee967f209204e (diff) | |
download | php-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.ac | 2 |
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 |