1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

Update versions for PHP 7.4.31

This commit is contained in:
Derick Rethans
2022-09-27 13:54:58 +00:00
parent 6f586ef90f
commit 3d2745768f
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
AC_INIT([PHP],[7.4.31-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_INIT([PHP],[7.4.31],[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

View File

@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 31
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.31-dev"
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "7.4.31"
#define PHP_VERSION_ID 70431