Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jan 19, 2016
1 parent 793be54 commit ecec594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2016-01-19</date>
<version>
<release>1.1.1</release>
<release>1.1.2dev</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -30,9 +30,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
* Source code documentation available at http://m6w6.github.io/ext-raphf/v1.1.x
* Travis support
* Fix package.xml's maximum and minimum PHP version
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_raphf.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extern zend_module_entry raphf_module_entry;
#define phpext_raphf_ptr &raphf_module_entry

#define PHP_RAPHF_VERSION "1.1.1"
#define PHP_RAPHF_VERSION "1.1.2dev"

#ifdef PHP_WIN32
# define PHP_RAPHF_API __declspec(dllexport)
Expand Down

0 comments on commit ecec594

Please sign in to comment.