From: Joe Watkins Date: Mon, 28 Jan 2019 14:54:55 +0000 (+0100) Subject: bump versions of all the things X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faf03e47d2a6cdb360fe7a1bd8df3f6609f7c5af;p=php bump versions of all the things --- diff --git a/Zend/zend.h b/Zend/zend.h index 5918691c27..05a43d2779 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "3.4.0-dev" +#define ZEND_VERSION "4.0.0-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index 2da7776e53..1ed2839b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -109,8 +109,8 @@ extern "C++" { #endif /* PHP_CONFIG_H */ ]) -PHP_MAJOR_VERSION=7 -PHP_MINOR_VERSION=4 +PHP_MAJOR_VERSION=8 +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 6f2f3c032d..24765617cb 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.ac to change version number */ -#define PHP_MAJOR_VERSION 7 -#define PHP_MINOR_VERSION 4 +#define PHP_MAJOR_VERSION 8 +#define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.0-dev" -#define PHP_VERSION_ID 70400 +#define PHP_VERSION "8.0.0-dev" +#define PHP_VERSION_ID 80000