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 2016-05-03 18:42:27 +02:00
parent 8a32e3cf7b
commit c314bfb70b
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
</developer>
<date>2016-05-03</date>
<version>
<release>2.0.1</release>
<release>2.0.2dev</release>
<api>2.0.0</api>
</version>
<stability>
@ -46,7 +46,7 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix github issue #9 (execAsync - gets another result)
*
]]></notes>
<contents>
<dir name="/">

View File

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