Skip to content

Commit 8b919c3

Browse files
committed
Revert incorrect PHP-7.4 version constants
1 parent 248f647 commit 8b919c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main/php_version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* automatically generated by configure */
22
/* edit configure.ac to change version number */
3-
#define PHP_MAJOR_VERSION 8
4-
#define PHP_MINOR_VERSION 2
5-
#define PHP_RELEASE_VERSION 0
3+
#define PHP_MAJOR_VERSION 7
4+
#define PHP_MINOR_VERSION 4
5+
#define PHP_RELEASE_VERSION 31
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "8.2.0-dev"
8-
#define PHP_VERSION_ID 80200
7+
#define PHP_VERSION "7.4.31-dev"
8+
#define PHP_VERSION_ID 70431

0 commit comments

Comments
 (0)