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

back to dev

This commit is contained in:
Michael Wallner 2014-10-15 18:47:18 +02:00
parent a7d180348d
commit 18db85e4b2
2 changed files with 2 additions and 3 deletions

View File

@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2014-10-15</date>
<version>
<release>0.5.1</release>
<release>0.5.2dev</release>
<api>0.5.0</api>
</version>
<stability>
@ -42,7 +42,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
+ Fixed build with PostgreSQL <= 9.2
]]></notes>
<contents>
<dir name="/">

View File

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