diff --git a/src/php_collections.h b/src/php_collections.h index bec5389..6f1adfc 100644 --- a/src/php_collections.h +++ b/src/php_collections.h @@ -16,7 +16,7 @@ extern zend_module_entry collections_module_entry; #define phpext_collections_ptr &collections_module_entry -#define PHP_COLLECTIONS_VERSION "0.1.0" +#define PHP_COLLECTIONS_VERSION "0.1.1" #ifdef PHP_WIN32 #define PHP_COLLECTIONS_API __declspec(dllexport)