Skip to content

Commit

Permalink
PHP-7.4 is now 7.4.9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jun 23, 2020
1 parent afe1423 commit 13f9f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------

AC_PREREQ([2.68])
AC_INIT([PHP],[7.4.7-dev],[https://bugs.php.net],[php],[https://www.php.net])

This comment has been minimized.

Copy link
@villfa

villfa Jun 23, 2020

Contributor

@derickr should it be 7.4.8-dev instead?

This comment has been minimized.

Copy link
@derickr

derickr via email Jun 23, 2020

Author Member

This comment has been minimized.

Copy link
@villfa

villfa Jun 23, 2020

Contributor

Ok, thanks.
I see the version is not up to date on the PHP-7.4.8 branch though: https://github.com/php/php-src/blob/PHP-7.4.8/configure.ac#L20

This comment has been minimized.

Copy link
@pmurzakov

pmurzakov Jul 13, 2020

@derickr were some commits missed in PHP-7.4.8 branch ? It says "7.4.7-dev"
https://github.com/php/php-src/blob/PHP-7.4.8/configure.ac#L20

AC_INIT([PHP],[7.4.9-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
Expand Down

0 comments on commit 13f9f87

Please sign in to comment.