diff options
author | Anatol Belski <ab@php.net> | 2018-07-17 12:36:13 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2018-07-17 12:36:13 +0200 |
commit | d011da9d1a430687848e7edbcd37c7c38b6380be (patch) | |
tree | 4e70d3062455d6f55bb4c6137964572a4c503b73 | |
parent | b52c4fcbcd0c07858161cb159c21a945f1a1e47f (diff) | |
download | php-git-d011da9d1a430687848e7edbcd37c7c38b6380be.tar.gz |
7.0.32 next
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 351f3f1886..a4ca7b8ba7 100644 --- a/configure.in +++ b/configure.in @@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=0 -PHP_RELEASE_VERSION=31 +PHP_RELEASE_VERSION=32 PHP_EXTRA_VERSION="-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index 22fd93cf54..cbcccc77a7 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 0 -#define PHP_RELEASE_VERSION 31 +#define PHP_RELEASE_VERSION 32 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.0.31-dev" -#define PHP_VERSION_ID 70031 +#define PHP_VERSION "7.0.32-dev" +#define PHP_VERSION_ID 70032 |