diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-02-21 12:04:42 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-02-21 12:04:42 +0400 |
commit | f06b3432c80e5c40678a9314d97da220d5cfd678 (patch) | |
tree | 892c068da9b49c9e2517fcb786550a217bbef730 | |
parent | 884bbcd537aad1fcd0265515f69570a20abaf953 (diff) | |
download | php-git-f06b3432c80e5c40678a9314d97da220d5cfd678.tar.gz |
Updated opcache version
-rw-r--r-- | ext/opcache/ZendAccelerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h index 57c99214d7..bba36316d9 100644 --- a/ext/opcache/ZendAccelerator.h +++ b/ext/opcache/ZendAccelerator.h @@ -27,7 +27,8 @@ #endif #define ACCELERATOR_PRODUCT_NAME "Zend OPcache" -#define ACCELERATOR_VERSION "7.0.3" +#define PHP_ZENDOPCACHE_VERSION "7.0.4-dev" +#define ACCELERATOR_VERSION PHP_ZENDOPCACHE_VERSION /* 2 - added Profiler support, on 20010712 */ /* 3 - added support for Optimizer's encoded-only-files mode */ /* 4 - works with the new Optimizer, that supports the file format with licenses */ |