Skip to content

Commit 210ffa3

Browse files
committedDec 9, 2013
Fixes to placate PECL
1 parent 036750d commit 210ffa3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎LICENCE ‎LICENSE

File renamed without changes.

‎package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dir name="/">
2424
<file role="doc" name="README.md"/>
2525
<file role="doc" name="CREDITS"/>
26-
<file role="doc" name="LICENCE"/>
26+
<file role="doc" name="LICENSE"/>
2727

2828
<file role="src" name="php_mosquitto.h"/>
2929

‎php_mosquitto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef PHP_MOSQUITTO_H
22
#define PHP_MOSQUITTO_H
33

4-
#define PHP_MOSQUITTO_VERSION "0.2.0"
4+
#define PHP_MOSQUITTO_VERSION "0.2.1"
55

66
extern zend_module_entry mosquitto_module_entry;
77
#define phpext_mosquitto_ptr &mosquitto_module_entry

0 commit comments

Comments
 (0)
Please sign in to comment.