From: Anatol Belski Date: Mon, 6 Oct 2014 13:51:57 +0000 (+0200) Subject: bring back the correct php_version.h X-Git-Tag: POST_NATIVE_TLS_MERGE^2~82^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d7ccb758b407d1ba6bc7502b22ebb7cfcd2912c;p=php bring back the correct php_version.h --- diff --git a/main/php_version.h b/main/php_version.h index 87c2e4ac4d..d48ab24141 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 7 +#define PHP_MAJOR_VERSION 7 +#define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.7.0-dev" -#define PHP_VERSION_ID 50700 +#define PHP_VERSION "7.0.0-dev" +#define PHP_VERSION_ID 70000