From: Anatol Belski Date: Mon, 14 Sep 2015 21:46:10 +0000 (+0200) Subject: bump versions in master X-Git-Tag: php-7.1.0alpha1~1173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=360f96e21614956e79554297b04a5c015d8fde3c;p=php bump versions in master --- diff --git a/configure.in b/configure.in index 4e0d7a68e0..0d62c488b1 100644 --- a/configure.in +++ b/configure.in @@ -118,7 +118,7 @@ int zend_sprintf(char *buffer, const char *format, ...); ]) PHP_MAJOR_VERSION=7 -PHP_MINOR_VERSION=0 +PHP_MINOR_VERSION=1 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 d48ab24141..4714e5dc4b 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 7 -#define PHP_MINOR_VERSION 0 +#define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.0.0-dev" -#define PHP_VERSION_ID 70000 +#define PHP_VERSION "7.1.0-dev" +#define PHP_VERSION_ID 70100