We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036750d commit 210ffa3Copy full SHA for 210ffa3
LICENCE LICENSE
package.xml
@@ -23,7 +23,7 @@
23
<dir name="/">
24
<file role="doc" name="README.md"/>
25
<file role="doc" name="CREDITS"/>
26
- <file role="doc" name="LICENCE"/>
+ <file role="doc" name="LICENSE"/>
27
28
<file role="src" name="php_mosquitto.h"/>
29
php_mosquitto.h
@@ -1,7 +1,7 @@
1
#ifndef PHP_MOSQUITTO_H
2
#define PHP_MOSQUITTO_H
3
4
-#define PHP_MOSQUITTO_VERSION "0.2.0"
+#define PHP_MOSQUITTO_VERSION "0.2.1"
5
6
extern zend_module_entry mosquitto_module_entry;
7
#define phpext_mosquitto_ptr &mosquitto_module_entry
0 commit comments