Skip to content

Commit c790462

Browse files
committed
- Fix version number as used in Windows builds for 5.3.9
1 parent 3eb4b02 commit c790462

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
@@ -3,6 +3,6 @@
33
#define PHP_MAJOR_VERSION 5
44
#define PHP_MINOR_VERSION 3
55
#define PHP_RELEASE_VERSION 9
6-
#define PHP_EXTRA_VERSION
6+
#define PHP_EXTRA_VERSION ""
77
#define PHP_VERSION "5.3.9"
88
#define PHP_VERSION_ID 50309

0 commit comments

Comments
 (0)