From b7f9e5fadb49afd16e48efcf65720e254788f7c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jan 2025 13:55:06 +0100 Subject: [PATCH] Fix version --- php_aspect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);