From 16c6ed5f6a95c4058b00592e59f06379eca29316 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Mon, 4 Nov 2024 15:57:03 +0100 Subject: [PATCH] version --- php_parallel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_parallel.h b/php_parallel.h index 5233cb7..50a382d 100644 --- a/php_parallel.h +++ b/php_parallel.h @@ -22,7 +22,7 @@ extern zend_module_entry parallel_module_entry; # define phpext_parallel_ptr ¶llel_module_entry -# define PHP_PARALLEL_VERSION "1.3.0-dev" +# define PHP_PARALLEL_VERSION "1.2.5" # if !defined(ZTS) # error Only ZTS build are supported