Skip to content

Commit 0071c7e

Browse files
committed
Update php_version.h
1 parent c0b1bdc commit 0071c7e

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 18
5+
#define PHP_RELEASE_VERSION 19
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.18-dev"
8-
#define PHP_VERSION_ID 70418
7+
#define PHP_VERSION "7.4.19-dev"
8+
#define PHP_VERSION_ID 70419

0 commit comments

Comments
 (0)