From 2fa9cab1d28f7012df304de607d4537aa56eceb8 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 25 Jun 2024 16:53:44 +0800 Subject: [PATCH] back to dev --- php_yar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_yar.h b/php_yar.h index a8d61c4..0a704b9 100644 --- a/php_yar.h +++ b/php_yar.h @@ -37,7 +37,7 @@ extern zend_module_entry yar_module_entry; #include "TSRM.h" #endif -#define PHP_YAR_VERSION "2.3.3" +#define PHP_YAR_VERSION "2.3.4-dev" PHP_MINIT_FUNCTION(yar); PHP_MSHUTDOWN_FUNCTION(yar);