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

release 2.1.1

* Fix build with PostgreSQL < 9.3
* Fix required PHP version in package.xml
This commit is contained in:
Michael Wallner 2016-05-20 10:58:33 +02:00
parent 9841e1083e
commit 1f290da645
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 5 additions and 6 deletions

View File

@ -37,7 +37,7 @@
</developer>
<date>2016-05-20</date>
<version>
<release>2.1.1dev</release>
<release>2.1.1</release>
<api>2.1.0</api>
</version>
<stability>
@ -46,7 +46,8 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
*
* Fix build with PostgreSQL < 9.3
* Fix required PHP version in package.xml
]]></notes>
<contents>
<dir name="/">
@ -159,9 +160,7 @@
<dependencies>
<required>
<php>
<min>5.4.0</min>
<max>7.0.0</max>
<exclude>7.0.0</exclude>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>

View File

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