Skip to content

Commit 125fc0b

Browse files
committed
Update version in php_version.h as well
The version there is automatically updated during `./configure`, but not on Windows.
1 parent 0cafd53 commit 125fc0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 19
5+
#define PHP_RELEASE_VERSION 20
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.19-dev"
8-
#define PHP_VERSION_ID 70419
7+
#define PHP_VERSION "7.4.20-dev"
8+
#define PHP_VERSION_ID 70420

0 commit comments

Comments
 (0)