Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Really update now, to 2.0.1.
  • Loading branch information
andreiz committed Mar 3, 2012
1 parent 1ad9a2b commit aeb1487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_memcached.h
Expand Up @@ -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)
Expand Down

0 comments on commit aeb1487

Please sign in to comment.