Skip to content

Commit 022793e

Browse files
Fix missed php_version changes
1 parent 8206eb1 commit 022793e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/php_version.h

Lines changed: 2 additions & 2 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 8
44
#define PHP_MINOR_VERSION 5
5-
#define PHP_RELEASE_VERSION 4
5+
#define PHP_RELEASE_VERSION 5
66
#define PHP_EXTRA_VERSION "-dev"
77
#define PHP_VERSION "8.5.5-dev"
8-
#define PHP_VERSION_ID 80504
8+
#define PHP_VERSION_ID 80505

0 commit comments

Comments
 (0)