Skip to content

Commit 7ea4f0e

Browse files
committed
Bump version
1 parent a6d385a commit 7ea4f0e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ??? ????, PHP 7.4.3
34

4-
?? ??? ????, PHP 7.4.2
5+
23 Jan 2020, PHP 7.4.2
56

67
- Core:
78
. Preloading support on Windows has been disabled. (Nikita)

main/php_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.ac to change version number */
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 4
5-
#define PHP_RELEASE_VERSION 2
5+
#define PHP_RELEASE_VERSION 3
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.2-dev"
8-
#define PHP_VERSION_ID 70402
7+
#define PHP_VERSION "7.4.3-dev"
8+
#define PHP_VERSION_ID 70403

0 commit comments

Comments
 (0)