1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

back to dev

This commit is contained in:
Michael Wallner 2015-12-07 11:19:16 +01:00
parent 3b3ce10c02
commit c311db4d03
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
</developer>
<date>2015-12-07</date>
<version>
<release>1.0.0RC1</release>
<release>1.0.0dev</release>
<api>1.0.0</api>
</version>
<stability>
@ -47,6 +47,7 @@
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Stable release for PHP 5.4 - 5.6
* Changes since RC1:
]]></notes>
<contents>
<dir name="/">
@ -173,4 +174,3 @@
<configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
</extsrcrelease>
</package>

View File

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