Skip to content

Commit ff41bfc

Browse files
committed
Fix accidential change of php_version.h
For some reason the merge reverts changed the version :/
1 parent b7903f9 commit ff41bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#define PHP_RELEASE_VERSION 5
66
#define PHP_EXTRA_VERSION "-dev"
77
#define PHP_VERSION "5.4.5-dev"
8-
#define PHP_VERSION_ID 50404
8+
#define PHP_VERSION_ID 50405

0 commit comments

Comments
 (0)