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

release 1.1.1

* Fix build with PostgreSQL < 9.3
This commit is contained in:
Michael Wallner 2016-05-20 10:51:23 +02:00
parent ff4439a509
commit 6332e6d158
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 4 additions and 3 deletions

View File

@ -37,7 +37,7 @@
</developer>
<date>2016-05-20</date>
<version>
<release>1.1.1dev</release>
<release>1.1.1</release>
<api>1.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[
*]]></notes>
* Fix build with PostgreSQL < 9.3
]]></notes>
<contents>
<dir name="/">
<file role="doc" name="AUTHORS" />

View File

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