fix php_version.h

This commit is contained in:
Anatol Belski 2016-08-02 11:06:33 +02:00
parent 753e6eacd5
commit 9f14920725

View File

@ -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