Skip to content

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiz committed Oct 15, 2009
1 parent 354c778 commit fd124a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_zookeeper.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PHP_MSHUTDOWN_FUNCTION(zookeeper);
PHP_RSHUTDOWN_FUNCTION(zookeeper);
PHP_MINFO_FUNCTION(zookeeper);

#define PHP_ZOOKEEPER_VERSION "0.0.1"
#define PHP_ZOOKEEPER_VERSION "0.1.0"

#ifdef ZTS
#define ZK_G(v) TSRMG(php_zookeeper_globals_id, zend_php_zookeeper_globals *, v)
Expand Down

0 comments on commit fd124a7

Please sign in to comment.