From: Xinchen Hui Date: Fri, 15 Aug 2014 07:06:26 +0000 (+0800) Subject: Update Version Number :) X-Git-Tag: PRE_64BIT_BRANCH_MERGE~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ab892eb755647a2332dfb61aa5cb0ddc76f4c49;p=php Update Version Number :) --- diff --git a/configure.in b/configure.in index 8781cbc459..d07b7192cb 100644 --- a/configure.in +++ b/configure.in @@ -117,8 +117,8 @@ int zend_sprintf(char *buffer, const char *format, ...); #undef PTHREADS ]) -PHP_MAJOR_VERSION=5 -PHP_MINOR_VERSION=7 +PHP_MAJOR_VERSION=7 +PHP_MINOR_VERSION=0 PHP_RELEASE_VERSION=0 PHP_EXTRA_VERSION="-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" diff --git a/main/php_version.h b/main/php_version.h index 87c2e4ac4d..39c858ea64 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