Release 2.1.1

This commit is contained in:
Rasmus Lerdorf
2024-04-02 10:24:17 -07:00
parent 2595ea19b5
commit 7e4b096bc7
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -10,7 +10,7 @@ Requirements
* For the 1.0.* versions, libgearman v0.21 or greater
* For the 1.1.* versions, libgearman v1.1.0 or greater
* For the 2.0.* versions, testing is done against libgearman v1.1.8 and PHP 7.0-7.4
* For the 2.1.* versions, testing is done against libgearman v1.1.18 and PHP 7.0-8.0
* For the 2.1.* versions, testing is done against libgearman v1.1.18 and PHP 7.0-8.3
The Gearman PHP Extension requires the Gearman C server and library package
to be installed. You can download the latest from:

View File

@@ -24,7 +24,7 @@
#include <libgearman-1.0/status.h>
/* module version */
#define PHP_GEARMAN_VERSION "2.1.0"
#define PHP_GEARMAN_VERSION "2.1.1"
extern zend_module_entry gearman_module_entry;
#define phpext_gearman_ptr &gearman_module_entry