diff options
author | Derick Rethans <github@derickrethans.nl> | 2021-01-05 10:45:00 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2021-01-05 10:45:00 +0000 |
commit | 8e9d39f15c04a806c5a481d53f384955f9dec718 (patch) | |
tree | 42371f23c23c17b16e985e10745b78cc03da6e4b /configure.ac | |
parent | 5fff8fae9b746dbf08765585395817292af050f7 (diff) | |
download | php-git-php-7.4.14.tar.gz |
Update versions for PHP 7.4.14php-7.4.14
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 0be4661dcc..475b271fab 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.13-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[7.4.14],[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 |