back to dev [ci skip]
authorMichael Wallner <mike@php.net>
Fri, 20 May 2016 08:13:55 +0000 (10:13 +0200)
committerMichael Wallner <mike@php.net>
Fri, 20 May 2016 08:13:55 +0000 (10:13 +0200)
package.xml
php_pq.h

index 03c987210ef3956573ca53d9dde5d612f2a44662..14d883fa67e081ab81fb99283309c77dd4197107 100644 (file)
@@ -37,7 +37,7 @@
  </developer>
  <date>2016-05-20</date>
  <version>
-  <release>2.1.0</release>
+  <release>2.1.1dev</release>
   <api>2.1.0</api>
  </version>
  <stability>
@@ -46,9 +46,7 @@
  </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="/">
index 074b6400072a6f3b791ff6934cb11f8990419a12..2856c32829493d7ecc66e9e9ed36b5bbcc2ad114 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
 #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)