From 5d7ccb758b407d1ba6bc7502b22ebb7cfcd2912c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 6 Oct 2014 15:51:57 +0200 Subject: [PATCH] bring back the correct php_version.h --- main/php_version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/php_version.h b/main/php_version.h index 87c2e4ac4d8..d48ab241411 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