1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-02 09:18:02 +01:00

prepare 0.5.2

This commit is contained in:
Michael Wallner 2014-10-16 17:05:22 +02:00
parent c62ffa9e8c
commit faed41ad3a
2 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability> </stability>
<license>BSD, revised</license> <license>BSD, revised</license>
<notes><![CDATA[ <notes><![CDATA[
* Fix build with PostgreSQL 9.1 and 9.0 * Support PostgreSQL 9.0 and up
* Make JSON support optional
]]></notes> ]]></notes>
<contents> <contents>
<dir name="/"> <dir name="/">

View File

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