mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
fix php_version.h
This commit is contained in:
parent
753e6eacd5
commit
9f14920725
@ -2,7 +2,7 @@
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_MAJOR_VERSION 7
|
||||
#define PHP_MINOR_VERSION 0
|
||||
#define PHP_RELEASE_VERSION 7
|
||||
#define PHP_RELEASE_VERSION 10
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "7.0.7-dev"
|
||||
#define PHP_VERSION_ID 70007
|
||||
#define PHP_VERSION "7.0.10-dev"
|
||||
#define PHP_VERSION_ID 70010
|
||||
|
Loading…
Reference in New Issue
Block a user