1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Update versions for PHP 7.4.33

This commit is contained in:
Derick Rethans
2022-10-31 10:35:56 +00:00
parent c40dcf93d0
commit dca8d5565b
2 changed files with 5 additions and 5 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.33],[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

@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#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_VERSION_ID 70431
#define PHP_RELEASE_VERSION 33
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "7.4.33"
#define PHP_VERSION_ID 70433