prepare 0.5.2
authorMichael Wallner <mike@php.net>
Thu, 16 Oct 2014 15:05:22 +0000 (17:05 +0200)
committerMichael Wallner <mike@php.net>
Thu, 16 Oct 2014 15:05:22 +0000 (17:05 +0200)
package.xml
php_pq.h

index 13b1437b55ac3f5c6b435a86fa0fc3c079a73d53..ae18e475980cc07403d43cdc01dc5daf10457699 100644 (file)
@@ -42,7 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fix build with PostgreSQL 9.1 and 9.0
+* Support PostgreSQL 9.0 and up
+* Make JSON support optional
 ]]></notes>
  <contents>
   <dir name="/">
index caab0278d2fa4a235ee56312a013af87c0612e44..c647280c8d04fc586a86dcb9dab7fd05c3f302df 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 "0.5.2dev"
+#define PHP_PQ_VERSION "0.5.2"
 
 int pq_module_number;
 zend_module_entry pq_module_entry;