1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00
This commit is contained in:
Michael Wallner 2014-10-23 09:53:57 +02:00
parent 4d6a0b9ca2
commit 66164e1efa
2 changed files with 5 additions and 3 deletions

View File

@ -31,9 +31,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2014-10-17</date>
<date>2014-10-23</date>
<version>
<release>0.5.3dev</release>
<release>0.5.3</release>
<api>0.5.0</api>
</version>
<stability>
@ -42,7 +42,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
+ Add PostgreSQL-9.4beta3 type OIDs
* Fix JSON dep (Remi)
* Fix build on MacOSX
]]></notes>
<contents>
<dir name="/">

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "0.5.3dev"
#define PHP_PQ_VERSION "0.5.3"
int pq_module_number;
zend_module_entry pq_module_entry;