Skip to content

Commit

Permalink
Back version to development
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Dec 6, 2020
1 parent cbd7b22 commit fa6e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 "8.0"
#define PHP_MEMCACHE_VERSION "8.1-dev"

#define MMC_DEFAULT_TIMEOUT 1 /* seconds */
#define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */
Expand Down

0 comments on commit fa6e417

Please sign in to comment.