</developer>
<date>2016-05-20</date>
<version>
- <release>2.1.0</release>
+ <release>2.1.1dev</release>
<api>2.1.0</api>
</version>
<stability>
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
-* Added public readonly array pq\Result::$diag property, listing PQresultErrorField details (gh-issue #14)
-* Restore listeners and prepared statements after a connection reset (gh-issue #15)
-* Added pq\Connection::$nonblocking and pq\Connection::flush() to support non-blocking writes (gh-issue #16)
+*
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_PQ_H
#define PHP_PQ_H
-#define PHP_PQ_VERSION "2.1.0"
+#define PHP_PQ_VERSION "2.1.1dev"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)