From aeb14874972836ef2fadb1e7633cd85c3ea25e8e Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 3 Mar 2012 09:55:42 -0500 Subject: [PATCH] Really update now, to 2.0.1. --- php_memcached.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_memcached.h b/php_memcached.h index 18b1898d..a7c8cfb0 100644 --- a/php_memcached.h +++ b/php_memcached.h @@ -91,7 +91,7 @@ PHP_MINIT_FUNCTION(memcached); PHP_MSHUTDOWN_FUNCTION(memcached); PHP_MINFO_FUNCTION(memcached); -#define PHP_MEMCACHED_VERSION "2.0.0" +#define PHP_MEMCACHED_VERSION "2.0.1" #ifdef ZTS #define MEMC_G(v) TSRMG(php_memcached_globals_id, zend_php_memcached_globals *, v)