From f1cac6e844d6f04b10e0da5fb5ad666adab985ef Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 2 Apr 2024 15:43:07 +0100 Subject: [PATCH] Release 0.3.0 (still experimental) --- php_encoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_encoding.h b/php_encoding.h index e8d7fb3..0b23547 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.2.4-dev" +# define PHP_ENCODING_VERSION "0.3.0" # if defined(ZTS) && defined(COMPILE_DL_ENCODING) ZEND_TSRMLS_CACHE_EXTERN()