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

Bump version

This commit is contained in:
Christoph M. Becker
2020-01-08 18:26:14 +01:00
parent a6d385a8e8
commit 7ea4f0e47e
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.3
?? ??? ????, PHP 7.4.2
23 Jan 2020, PHP 7.4.2
- Core:
. Preloading support on Windows has been disabled. (Nikita)
+3 -3
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 2
#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.2-dev"
#define PHP_VERSION_ID 70402
#define PHP_VERSION "7.4.3-dev"
#define PHP_VERSION_ID 70403