From d4b00ed097fa889dc43a9722e24ba58affc2d132 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 26 Feb 2023 13:29:43 +0000 Subject: [PATCH] 0.3.4 --- php_chunkutils2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_chunkutils2.h b/php_chunkutils2.h index e337f02..3d9dc8c 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.4-dev" +#define PHP_CHUNKUTILS2_VERSION "0.3.4" #ifdef ZTS #include "TSRM.h"