back to dev
authorMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 16:47:18 +0000 (18:47 +0200)
committerMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 16:47:18 +0000 (18:47 +0200)
package.xml
php_pq.h

index 07843f882f0117180c8a39fa84f0562a5d611720..3531a5db55242a492c3f64e6188329d5f1270cfb 100644 (file)
@@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </lead>
  <date>2014-10-15</date>
  <version>
  </lead>
  <date>2014-10-15</date>
  <version>
-  <release>0.5.1</release>
+  <release>0.5.2dev</release>
   <api>0.5.0</api>
  </version>
  <stability>
   <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[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Fixed build with PostgreSQL <= 9.2
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index ffb93618685c03dbe4d83121a1a523eb203bf172..caab0278d2fa4a235ee56312a013af87c0612e44 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
 #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;
 
 int pq_module_number;
 zend_module_entry pq_module_entry;