1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00

back to dev

This commit is contained in:
Michael Wallner 2016-05-03 18:39:09 +02:00
parent 19ab38c641
commit 67cf30ccee
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> </developer>
<date>2016-05-03</date> <date>2016-05-03</date>
<version> <version>
<release>1.0.1</release> <release>1.0.2dev</release>
<api>1.0.0</api> <api>1.0.0</api>
</version> </version>
<stability> <stability>
@ -46,7 +46,7 @@
</stability> </stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license> <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[ <notes><![CDATA[
* Fix github issue #9 (execAsync - gets another result) *
]]></notes> ]]></notes>
<contents> <contents>
<dir name="/"> <dir name="/">

View File

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