back to dev
authorMichael Wallner <mike@php.net>
Mon, 7 Dec 2015 10:19:16 +0000 (11:19 +0100)
committerMichael Wallner <mike@php.net>
Mon, 7 Dec 2015 10:19:16 +0000 (11:19 +0100)
package.xml
php_pq.h

index a2690baeabcfcc9b510e39dab685e87f71f03101..05b6b2e4822e419d7479a7ff861a2b1d34f79d32 100644 (file)
@@ -37,7 +37,7 @@
  </developer>
  <date>2015-12-07</date>
  <version>
  </developer>
  <date>2015-12-07</date>
  <version>
-  <release>1.0.0RC1</release>
+  <release>1.0.0dev</release>
   <api>1.0.0</api>
  </version>
  <stability>
   <api>1.0.0</api>
  </version>
  <stability>
@@ -47,6 +47,7 @@
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
 * Stable release for PHP 5.4 - 5.6
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
 * Stable release for PHP 5.4 - 5.6
+* Changes since RC1:
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
   <configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
  </extsrcrelease>
 </package>
   <configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
  </extsrcrelease>
 </package>
-
index afcb16550a53ff97e7449420a7a0f36407063cc8..8fd0a110e17d8af27467c5c4c31deaf09640d61c 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 "1.0.0RC1"
+#define PHP_PQ_VERSION "1.0.0dev"
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)