From c54cb79f6ee4ce2658382a9541cd3bea9822ff9a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 27 Oct 2023 17:57:01 +0100 Subject: [PATCH] Release 0.2.0 --- php_encoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_encoding.h b/php_encoding.h index 009f331..c6c3d66 100644 --- a/php_encoding.h +++ b/php_encoding.h @@ -6,7 +6,7 @@ extern zend_module_entry encoding_module_entry; # define phpext_encoding_ptr &encoding_module_entry -# define PHP_ENCODING_VERSION "0.1.1-dev" +# define PHP_ENCODING_VERSION "0.2.0" # if defined(ZTS) && defined(COMPILE_DL_ENCODING) ZEND_TSRMLS_CACHE_EXTERN()