Browse Source

bumping gearman pecl version, updating release notes

Will Gallego 8 years ago
parent
commit
4cb9afcc9d
2 changed files with 7 additions and 1 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      php_gearman.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+Version 2.0.3
+-------------
+- Including changes for PHP 7.x
+- smaller bug fixes
+- splitting up into several smaller files
+
 Version 0.6.0
 -------------
 - Fixed build issue with 5.1.x

+ 1 - 1
php_gearman.h

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