diff options
author | Stanislav Malyshev <stas@php.net> | 2016-10-03 00:09:02 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2016-10-03 00:09:02 -0700 |
commit | 40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6 (patch) | |
tree | 19da589c716aaa5133d2572530c0eeca0ea680e5 /main/php_version.h | |
parent | da7e89cde880c66887caacd0a3eae7ecdacf9b2a (diff) | |
download | php-git-40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6.tar.gz |
Fix bug #73190: memcpy negative parameter _bc_new_num_ex
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index 1868cf0c38..8fa4040c5e 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 5 #define PHP_MINOR_VERSION 6 -#define PHP_RELEASE_VERSION 27 +#define PHP_RELEASE_VERSION 26 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.27-dev" -#define PHP_VERSION_ID 50627 +#define PHP_VERSION "5.6.26-dev" +#define PHP_VERSION_ID 50626 |