Skip to content

Commit 60cfa57

Browse files
committed
fix version
1 parent b90cd91 commit 60cfa57

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 3
5-
#define PHP_RELEASE_VERSION 8
5+
#define PHP_RELEASE_VERSION 11
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.3.8-dev"
8-
#define PHP_VERSION_ID 70308
7+
#define PHP_VERSION "7.3.11-dev"
8+
#define PHP_VERSION_ID 70311

0 commit comments

Comments
 (0)