Skip to content

Commit

Permalink
Update php_memcache.h
Browse files Browse the repository at this point in the history
Bumped version to 4.0.5
  • Loading branch information
tomassrnka authored Dec 19, 2019
1 parent 825e7e1 commit f76dff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php7/php_memcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f76dff1

Please sign in to comment.