1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00

back to dev

This commit is contained in:
Michael Wallner 2014-10-23 13:08:50 +02:00
parent e81e9b91d0
commit f39373e80f
2 changed files with 3 additions and 5 deletions

View File

@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2014-10-23</date>
<version>
<release>0.5.5</release>
<release>0.5.6dev</release>
<api>0.5.0</api>
</version>
<stability>
@ -42,9 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
- Re-add the default configureoption for the PEAR/PECL installer
- Let JSON be decoded to arrays unless the fetch type is FETCH_OBJECT
* Fix remaining build issues
*
]]></notes>
<contents>
<dir name="/">

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "0.5.5"
#define PHP_PQ_VERSION "0.5.6dev"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)