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

back to dev [ci skip]

This commit is contained in:
Michael Wallner 2020-09-24 13:10:15 +02:00
parent 1532fc77ec
commit c3b02a2567
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
</developer>
<date>2020-09-24</date>
<version>
<release>2.1.8</release>
<release>2.1.9dev</release>
<api>2.1.0</api>
</version>
<stability>
@ -52,7 +52,7 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix PHP-8.0 compatibility
*
]]></notes>
<contents>
<dir name="/">

View File

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