Skip to content

Commit 2ecb468

Browse files
committed
Update php_version.h
That has apparently been overlooked.
1 parent c49fb83 commit 2ecb468

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 7
5+
#define PHP_RELEASE_VERSION 9
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.7-dev"
8-
#define PHP_VERSION_ID 70407
7+
#define PHP_VERSION "7.4.9-dev"
8+
#define PHP_VERSION_ID 70409

0 commit comments

Comments
 (0)