diff --git a/php_aspect.h b/php_aspect.h index d7c74ba..678c280 100644 --- a/php_aspect.h +++ b/php_aspect.h @@ -6,7 +6,7 @@ extern zend_module_entry aspect_module_entry; # define phpext_aspect_ptr &aspect_module_entry -# define PHP_ASPECT_VERSION "0.1.0" +# define PHP_ASPECT_VERSION "0.1.1" PHP_MINIT_FUNCTION(aspect); PHP_MSHUTDOWN_FUNCTION(aspect);