From 036b4afb300ce09d84f28508c141cdce87fcfeed Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 13 Mar 2023 17:54:23 +0000 Subject: [PATCH] Release 0.3.5 --- php_chunkutils2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_chunkutils2.h b/php_chunkutils2.h index 39f0473..994bff1 100644 --- a/php_chunkutils2.h +++ b/php_chunkutils2.h @@ -26,7 +26,7 @@ extern zend_module_entry chunkutils2_module_entry; #define phpext_chunkutils2_ptr &chunkutils2_module_entry -#define PHP_CHUNKUTILS2_VERSION "0.3.5-dev" +#define PHP_CHUNKUTILS2_VERSION "0.3.5" #ifdef ZTS #include "TSRM.h"