diff --git a/php7/php_memcache.h b/php7/php_memcache.h index ee67513..be0da31 100644 --- a/php7/php_memcache.h +++ b/php7/php_memcache.h @@ -67,7 +67,7 @@ PHP_FUNCTION(memcache_close); PHP_FUNCTION(memcache_flush); PHP_FUNCTION(memcache_set_sasl_auth_data); -#define PHP_MEMCACHE_VERSION "4.0.4" +#define PHP_MEMCACHE_VERSION "4.0.5" #define MMC_DEFAULT_TIMEOUT 1 /* seconds */ #define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */