Browse Source

Release 2.1.1

Rasmus Lerdorf 11 months ago
parent
commit
7e4b096bc7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README
  2. 1 1
      php_gearman.h

+ 1 - 1
README

@@ -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:

+ 1 - 1
php_gearman.h

@@ -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