From 111945a614d348147cd5295ec41504f3aabd1182 Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Mon, 13 Mar 2017 21:17:16 +0000 Subject: [PATCH] Update header version --- php_mosquitto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_mosquitto.h b/php_mosquitto.h index b73bf6d..a6e9623 100644 --- a/php_mosquitto.h +++ b/php_mosquitto.h @@ -1,7 +1,7 @@ #ifndef PHP_MOSQUITTO_H #define PHP_MOSQUITTO_H -#define PHP_MOSQUITTO_VERSION "0.3.0" +#define PHP_MOSQUITTO_VERSION "0.4.0" extern zend_module_entry mosquitto_module_entry; #define phpext_mosquitto_ptr &mosquitto_module_entry